mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Mop no longer fails to clean when used with 1 unit remaining (#20057)
This commit is contained in:
@@ -29,11 +29,12 @@
|
||||
if(!do_after(user, cleanspeed, target = src))
|
||||
return FALSE
|
||||
|
||||
cleaner.post_clean(src, user)
|
||||
|
||||
if(!cleaner.can_clean())
|
||||
cleaner.post_clean(src, user)
|
||||
return FALSE
|
||||
|
||||
cleaner.post_clean(src, user)
|
||||
|
||||
to_chat(user, "<span class='notice'>You [text_verb] \the [text_targetname][text_description]</span>")
|
||||
|
||||
if(is_cmagged) //If we've cleaned a cmagged object
|
||||
|
||||
Reference in New Issue
Block a user