Merge pull request #10237 from Mitchs98/hoodiefix

Hoodie Fixes - No longer removable Hoods/Sprite fixes.
This commit is contained in:
variableundefined
2018-11-16 09:46:20 +08:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
+18
View File
@@ -5,6 +5,24 @@
var/obj/item/clothing/head/hood
var/hoodtype = /obj/item/clothing/head/winterhood //so the chaplain hoodie or other hoodies can override this
/obj/item/clothing/head/chaplain_hood
flags = NODROP
/obj/item/clothing/head/nun_hood
flags = NODROP
/obj/item/clothing/head/monk_hood
flags = NODROP
/obj/item/clothing/head/culthood
flags = NODROP
/obj/item/clothing/head/culthood/alt
flags = NODROP
/obj/item/clothing/head/berserkerhood
flags = NODROP
/obj/item/clothing/suit/hooded/New()
MakeHood()
..()
Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 143 KiB