mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 05:22:40 +00:00
removed stupid shoving things into food thing
This commit is contained in:
@@ -1516,12 +1516,12 @@
|
||||
istype(W, /obj/item/weapon/shovel) \
|
||||
)
|
||||
inaccurate = 1
|
||||
else if(W.w_class <= 2 && istype(src,/obj/item/weapon/reagent_containers/food/snacks/sliceable))
|
||||
/*else if(W.w_class <= 2 && istype(src,/obj/item/weapon/reagent_containers/food/snacks/sliceable))
|
||||
user << "\red You slip [W] inside [src]."
|
||||
user.drop_item()
|
||||
W.loc = src
|
||||
add_fingerprint(user)
|
||||
return
|
||||
return*/
|
||||
else
|
||||
return 1
|
||||
if ( \
|
||||
|
||||
Reference in New Issue
Block a user