mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 15:06:39 +01:00
Adds bedsheets to the list of washable items.
Fixes https://github.com/VOREStation/VOREStation/issues/1456
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
user << "<span class='warning'>You can't fit \the [W] inside.</span>"
|
||||
return
|
||||
|
||||
else if(istype(W, /obj/item/clothing))
|
||||
else if(istype(W, /obj/item/clothing) || istype(W, /obj/item/weapon/bedsheet))
|
||||
if(washing.len < 5)
|
||||
if(state in list(1, 3))
|
||||
user.drop_item()
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
author: Leshana
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Bedsheets can be put into washing machines again."
|
||||
Reference in New Issue
Block a user