mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
@@ -336,8 +336,7 @@
|
||||
user << "\red God damnit!"
|
||||
|
||||
W.add_fingerprint(user)
|
||||
handle_item_insertion(W)
|
||||
return
|
||||
return handle_item_insertion(W)
|
||||
|
||||
/obj/item/weapon/storage/dropped(mob/user as mob)
|
||||
return
|
||||
|
||||
@@ -342,7 +342,7 @@
|
||||
..(over_object)
|
||||
|
||||
/obj/item/clothing/tie/storage/attackby(obj/item/W as obj, mob/user as mob)
|
||||
hold.attackby(W, user)
|
||||
return hold.attackby(W, user)
|
||||
|
||||
/obj/item/clothing/tie/storage/emp_act(severity)
|
||||
hold.emp_act(severity)
|
||||
|
||||
Reference in New Issue
Block a user