mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
creation (#30220)
This commit is contained in:
@@ -70,9 +70,6 @@
|
||||
if(handle_janitorial_equipment(user, used))
|
||||
return ITEM_INTERACT_COMPLETE
|
||||
|
||||
if(istype(used, /obj/item/reagent_containers))
|
||||
return ITEM_INTERACT_SKIP_TO_AFTER_ATTACK
|
||||
|
||||
if(my_bag)
|
||||
if(my_bag.can_be_inserted(used))
|
||||
my_bag.handle_item_insertion(used, user)
|
||||
|
||||
@@ -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