Fixes invisible suits on Grey, Kidan and Drask (#24169)

* Fixes invisible suits

* Update code/modules/clothing/suits/misc_suits.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

---------

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
Adrer
2024-02-19 12:41:13 +01:00
committed by GitHub
parent 9064b6e7b2
commit ffa697f6c5
2 changed files with 10 additions and 0 deletions
@@ -756,6 +756,9 @@
actions_types = list()
adjust_flavour = null
allowed = list(/obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/toy,/obj/item/storage/fancy/cigarettes, /obj/item/lighter, /obj/item/gun/projectile/automatic/pistol, /obj/item/gun/projectile/revolver, /obj/item/gun/energy/detective)
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/suit.dmi'
)
/obj/item/clothing/suit/jacket/miljacket/navy
name = "navy military jacket"
@@ -978,6 +981,9 @@
actions_types = list()
adjust_flavour = null
resistance_flags = NONE
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/suit.dmi'
)
/obj/item/clothing/suit/jacket/motojacket
name = "leather motorcycle jacket"
@@ -1001,6 +1007,9 @@
icon_state = "leathercoat"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/suit.dmi'
)
/obj/item/clothing/suit/officercoat
name = "clown officer's coat"
+1
View File
@@ -1058,6 +1058,7 @@
cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS
actions_types = list(/datum/action/item_action/zipper)
adjust_flavour = "unzip"
sprite_sheets = null
//////////// Uniforms ////////////