mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixed the attack messages from items being placed into bags
This commit is contained in:
@@ -216,8 +216,7 @@
|
|||||||
|
|
||||||
else if(S.can_be_inserted(src))
|
else if(S.can_be_inserted(src))
|
||||||
S.handle_item_insertion(src)
|
S.handle_item_insertion(src)
|
||||||
|
return
|
||||||
return ..()
|
|
||||||
|
|
||||||
/obj/item/proc/talk_into(mob/M as mob, text)
|
/obj/item/proc/talk_into(mob/M as mob, text)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user