Makes it so you can wash ants off yourself (#60250)

Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
This commit is contained in:
Wallemations
2021-07-15 22:26:35 -07:00
committed by GitHub
co-authored by Kylerace
parent 6c3f1295a4
commit 205fe89bc4
+1
View File
@@ -984,6 +984,7 @@
if(isnum(amount_left))
to_chat(new_owner, "<span class='userdanger'>You're covered in ants!</span>")
ants_remaining += amount_left
RegisterSignal(new_owner, COMSIG_COMPONENT_CLEAN_ACT, .proc/ants_washed)
. = ..()
/datum/status_effect/ants/refresh(effect, amount_left)