and finally, the modules folder. Now I can publish and take a break
This commit is contained in:
@@ -779,7 +779,7 @@
|
||||
else if(istype(O, /obj/item/storage/bag/plants))
|
||||
attack_hand(user)
|
||||
for(var/obj/item/reagent_containers/food/snacks/grown/G in locate(user.x,user.y,user.z))
|
||||
O.SendSignal(COMSIG_TRY_STORAGE_INSERT, G, user, TRUE)
|
||||
SEND_SIGNAL(O, COMSIG_TRY_STORAGE_INSERT, G, user, TRUE)
|
||||
|
||||
else if(default_unfasten_wrench(user, O))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user