pour one out for my purple skele (#17928)

This commit is contained in:
Bm0n
2022-06-07 11:33:34 +01:00
committed by GitHub
parent 05c431b66a
commit 5daa74a6e8
+3 -3
View File
@@ -233,6 +233,9 @@
istype(W,/obj/item/bedsheet))
//YES, it's hardcoded... saves a var/can_be_washed for every single clothing item.
if( istype(W,/obj/item/clothing/under/plasmaman ) )
to_chat(user, "This item does not fit.")
return
if( istype(W,/obj/item/clothing/suit/space ) )
to_chat(user, "This item does not fit.")
return
@@ -251,9 +254,6 @@
if( istype(W,/obj/item/clothing/suit/armor ) )
to_chat(user, "This item does not fit.")
return
if( istype(W,/obj/item/clothing/suit/armor ) )
to_chat(user, "This item does not fit.")
return
if( istype(W,/obj/item/clothing/mask/gas ) )
to_chat(user, "This item does not fit.")
return