Skip to content

Commit

Permalink
Inhand sprites for satchels (tgstation#46489)
Browse files Browse the repository at this point in the history
* satchel satchel satchel satchel

* oops i did it again
  • Loading branch information
Twaticus authored and ShizCalev committed Sep 16, 2019
1 parent 29ec9d0 commit a340fba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions code/game/objects/items/storage/backpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,13 @@
name = "satchel"
desc = "A trendy looking satchel."
icon_state = "satchel-norm"
item_state = "satchel-norm"

/obj/item/storage/backpack/satchel/leather
name = "leather satchel"
desc = "It's a very fancy satchel made with fine leather."
icon_state = "satchel"
item_state = "satchel"

/obj/item/storage/backpack/satchel/leather/withwallet/PopulateContents()
new /obj/item/storage/wallet/random(src)
Expand All @@ -228,67 +230,68 @@
name = "industrial satchel"
desc = "A tough satchel with extra pockets."
icon_state = "satchel-eng"
item_state = "engiepack"
item_state = "satchel-eng"
resistance_flags = FIRE_PROOF

/obj/item/storage/backpack/satchel/med
name = "medical satchel"
desc = "A sterile satchel used in medical departments."
icon_state = "satchel-med"
item_state = "medicalpack"
item_state = "satchel-med"

/obj/item/storage/backpack/satchel/vir
name = "virologist satchel"
desc = "A sterile satchel with virologist colours."
icon_state = "satchel-vir"
item_state = "viropack"
item_state = "satchel-vir"

/obj/item/storage/backpack/satchel/chem
name = "chemist satchel"
desc = "A sterile satchel with chemist colours."
icon_state = "satchel-chem"
item_state = "chempack"
item_state = "satchel-chem"

/obj/item/storage/backpack/satchel/gen
name = "geneticist satchel"
desc = "A sterile satchel with geneticist colours."
icon_state = "satchel-gen"
item_state = "genepack"
item_state = "satchel-gen"

/obj/item/storage/backpack/satchel/tox
name = "scientist satchel"
desc = "Useful for holding research materials."
icon_state = "satchel-tox"
item_state = "toxpack"
item_state = "satchel-tox"

/obj/item/storage/backpack/satchel/hyd
name = "botanist satchel"
desc = "A satchel made of all natural fibers."
icon_state = "satchel-hyd"
item_state = "botpack"
item_state = "satchel-hyd"

/obj/item/storage/backpack/satchel/sec
name = "security satchel"
desc = "A robust satchel for security related needs."
icon_state = "satchel-sec"
item_state = "securitypack"
item_state = "satchel-sec"

/obj/item/storage/backpack/satchel/explorer
name = "explorer satchel"
desc = "A robust satchel for stashing your loot."
icon_state = "satchel-explorer"
item_state = "explorerpack"
item_state = "satchel-explorer"

/obj/item/storage/backpack/satchel/cap
name = "captain's satchel"
desc = "An exclusive satchel for Nanotrasen officers."
icon_state = "satchel-cap"
item_state = "captainpack"
item_state = "satchel-cap"

/obj/item/storage/backpack/satchel/flat
name = "smuggler's satchel"
desc = "A very slim satchel that can easily fit into tight spaces."
icon_state = "satchel-flat"
item_state = "satchel-flat"
w_class = WEIGHT_CLASS_NORMAL //Can fit in backpacks itself.
level = 1

Expand Down
Binary file modified icons/mob/inhands/equipment/backpack_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/equipment/backpack_righthand.dmi
Binary file not shown.

0 comments on commit a340fba

Please sign in to comment.