mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
pour one out for my purple skele (#17928)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user