mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-24 05:39:04 +01:00
fixes some runtimes (again) (#211)
This commit is contained in:
@@ -351,6 +351,8 @@
|
||||
wash_obj(AM)
|
||||
|
||||
/obj/machinery/shower/proc/wash_obj(obj/O)
|
||||
if(!O)
|
||||
return
|
||||
. = SEND_SIGNAL(O, COMSIG_COMPONENT_CLEAN_ACT, CLEAN_WEAK)
|
||||
. = O.clean_blood()
|
||||
O.remove_atom_colour(WASHABLE_COLOUR_PRIORITY)
|
||||
|
||||
Reference in New Issue
Block a user