Skip to content

Commit

Permalink
Replica syndicate space suit sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
adrermail@gmail.com committed May 30, 2024
1 parent 5040dc2 commit 1fb5cf6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
7 changes: 5 additions & 2 deletions code/modules/clothing/head/misc_hats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,11 @@
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE

sprite_sheets = list(
"Grey" = 'icons/mob/clothing/species/grey/helmet.dmi'
)
"Grey" = 'icons/mob/clothing/species/grey/helmet.dmi',
"Tajaran" = 'icons/mob/clothing/species/tajaran/helmet.dmi',
"Unathi" = 'icons/mob/clothing/species/unathi/helmet.dmi',
"Vulpkanin" = 'icons/mob/clothing/species/vulpkanin/helmet.dmi',
"Vox" = 'icons/mob/clothing/species/vox/helmet.dmi')


/obj/item/clothing/head/cueball
Expand Down
8 changes: 7 additions & 1 deletion code/modules/clothing/suits/misc_suits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,15 @@
desc = "A plastic replica of the syndicate space suit, you'll look just like a real murderous syndicate agent in this! This is a toy, it is not made for use in space!"
w_class = WEIGHT_CLASS_NORMAL
allowed = list(/obj/item/flashlight,/obj/item/tank/internals/emergency_oxygen,/obj/item/toy)
flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT
flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT|HIDETAIL
resistance_flags = NONE

sprite_sheets = list(
"Tajaran" = 'icons/mob/clothing/species/tajaran/suit.dmi',
"Unathi" = 'icons/mob/clothing/species/unathi/suit.dmi',
"Vulpkanin" = 'icons/mob/clothing/species/vulpkanin/suit.dmi',
"Vox" = 'icons/mob/clothing/species/vox/suit.dmi')


/obj/item/clothing/suit/hastur
name = "Hastur's robes"
Expand Down

0 comments on commit 1fb5cf6

Please sign in to comment.