Skip to content

Commit 7bc95d2

Browse files
authored
Roach costumes no longer cause runtimes (#277)
joe storage
1 parent 692c6cb commit 7bc95d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/modules/clothing/suits/storage.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
/obj/item/clothing/suit/storage/toggle/robe/Initialize()
6868
if(hood && ispath(hood))
6969
hood = new hood(src)
70+
..()
7071

7172
/obj/item/clothing/suit/storage/toggle/robe/ui_action_click(mob/living/user, action_name)
7273
if(..())

0 commit comments

Comments
 (0)