mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user