fixes some runtimes (again) (#211)

This commit is contained in:
BongaTheProto
2021-12-15 14:25:41 -03:00
committed by GitHub
parent 924efa2ab0
commit 64c70711c2
2 changed files with 12 additions and 2 deletions
@@ -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)