mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Makes it so you can wash ants off yourself (#60250)
Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user