Skip to content

Commit

Permalink
add: t3 donor backpacks (ss220-space#4703)
Browse files Browse the repository at this point in the history
* add: t3 donor backpacks

* 🎒

* Update loadout_donor.dm
  • Loading branch information
ArtemDerp authored Apr 7, 2024
1 parent b5a369e commit a8badb9
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 1 deletion.
32 changes: 31 additions & 1 deletion code/modules/client/preference/loadout/loadout_donor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"silver" = /obj/item/clothing/under/night_dress/silver,
"white" = /obj/item/clothing/under/night_dress/white,)
gear_tweaks += new /datum/gear_tweak/path(skirts, src)

/datum/gear/donor/strip/cheese_badge
display_name = "great fellow's badge"
path = /obj/item/clothing/accessory/head_strip/cheese_badge
Expand All @@ -208,3 +208,33 @@
donator_tier = 4
cost = 1
allowed_roles = list(JOB_TITLE_CAPTAIN, JOB_TITLE_QUARTERMASTER, JOB_TITLE_RD, JOB_TITLE_HOS, JOB_TITLE_HOP, JOB_TITLE_CMO, JOB_TITLE_CHIEF, JOB_TITLE_REPRESENTATIVE, JOB_TITLE_JUDGE)

/datum/gear/donor/backpack_hiking
donator_tier = 3
cost = 1
display_name = "backpack, Fancy Hiking Pack"
path = /obj/item/storage/backpack/fluff/hiking

/datum/gear/donor/backpack_brew
donator_tier = 3
cost = 1
display_name = "backpack, The brew"
path = /obj/item/storage/backpack/fluff/thebrew

/datum/gear/donor/backpack_cat
donator_tier = 3
cost = 1
display_name = "backpack, CatPack"
path = /obj/item/storage/backpack/fluff/ssscratches_back

/datum/gear/donor/backpack_voxcaster
donator_tier = 3
cost = 1
display_name = "backpack, Voxcaster"
path = /obj/item/storage/backpack/fluff/krich_back

/datum/gear/donor/backpack_syndi
donator_tier = 3
cost = 1
display_name = "backpack, Military Satchel"
path = /obj/item/storage/backpack/fluff/syndiesatchel
4 changes: 4 additions & 0 deletions code/modules/customitems/item_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1390,18 +1390,21 @@
icon = 'icons/obj/custom_items.dmi'
icon_state = "rawk_satchel"
sprite_sheets = null
item_state = "rawk_satchel"

/obj/item/storage/backpack/fluff/krich_back //lizardzsi: Krichahka
name = "Voxcaster"
desc = "Battered, Sol-made military radio backpack that had its speakers fried from playing Vox opera. The words 'Swift-Talon' are crudely scratched onto its side."
icon = 'icons/obj/custom_items.dmi'
icon_state = "voxcaster_fluff"
item_state = "voxcaster_fluff"

/obj/item/storage/backpack/fluff/ssscratches_back //Ssscratches: Lasshy-Bot
name = "CatPack"
desc = "It's a backpack, but it's also a cat."
icon = 'icons/obj/custom_items.dmi'
icon_state = "ssscratches_backpack"
item_state = "ssscratches_backpack"

/obj/item/storage/backpack/fluff/thebrew //Greey: Korala Ice
name = "The Brew"
Expand Down Expand Up @@ -1613,6 +1616,7 @@
desc = "A black and red hiking pack with some nice little accessories."
icon = 'icons/obj/custom_items.dmi'
icon_state = "danpack"
item_state = "danpack"

/obj/item/clothing/under/fluff/kiaoutfit //FullOfSkittles: Kiachi
name = "Suspicious Outfit"
Expand Down
Binary file modified icons/mob/clothing/species/grey/back.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/vox/back.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/clothing_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/clothing_righthand.dmi
Binary file not shown.

0 comments on commit a8badb9

Please sign in to comment.