Mops can now clean on disarm and grab intent (#30828)

* Mops can now clean more easily

* Also changes the janicart

* Update code/game/objects/items/weapons/mop.dm

Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

---------

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
This commit is contained in:
DGamerL
2025-11-13 23:23:57 +00:00
committed by GitHub
co-authored by CRUNCH
parent d6da31250c
commit 0d7929f34f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
update_icon(UPDATE_OVERLAYS)
/obj/structure/janitorialcart/item_interaction(mob/living/user, obj/item/used, list/modifiers)
if(user.a_intent != INTENT_HELP)
if(user.a_intent == INTENT_HARM)
return ..()
if(handle_janitorial_equipment(user, used))