mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
creation (#30220)
This commit is contained in:
@@ -28,12 +28,12 @@
|
||||
if(user.a_intent != INTENT_HELP)
|
||||
return ..()
|
||||
|
||||
if(istype(used, /obj/item/reagent_containers))
|
||||
return ..()
|
||||
|
||||
if(handle_mop_interaction(user, used))
|
||||
return ITEM_INTERACT_COMPLETE
|
||||
|
||||
if(istype(used, /obj/item/reagent_containers))
|
||||
return ITEM_INTERACT_SKIP_TO_AFTER_ATTACK
|
||||
|
||||
return ..()
|
||||
|
||||
/obj/structure/mopbucket/proc/handle_mop_interaction(mob/living/user, obj/item/used)
|
||||
|
||||
Reference in New Issue
Block a user