Greys get a skull helm sprite. (#22454)

* grey_skull_helm_initial

* Update code/modules/clothing/head/helmet.dm

silly tab

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

---------

Co-authored-by: Bogo <jackdpickels@gmail.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
BogoTheDumass
2023-09-20 05:48:18 -06:00
committed by GitHub
parent 685e0ee506
commit 927c41d6e9
2 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -257,13 +257,16 @@
/obj/item/clothing/head/helmet/skull
name = "skull helmet"
desc = "An intimidating tribal helmet, it doesn't look very comfortable."
desc = "An intimidating tribal helmet, it looks sick as hell."
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE
flags_cover = HEADCOVERSEYES
armor = list(MELEE = 25, BULLET = 15, LASER = 15, ENERGY = 5, BOMB = 15, RAD = 0, FIRE = 50, ACID = 50)
icon_state = "skull"
item_state = "skull"
strip_delay = 100
sprite_sheets = list(
"Grey" = 'icons/mob/clothing/species/grey/head.dmi'
)
/obj/item/clothing/head/helmet/durathread
name = "durathread helmet"