mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Merge pull request #10237 from Mitchs98/hoodiefix
Hoodie Fixes - No longer removable Hoods/Sprite fixes.
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user