mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Addresses @MagmaRam's concerns.
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
|
||||
/obj/item/weapon/ducttape/attackby(var/obj/item/I, var/mob/user)
|
||||
if(!(istype(src, /obj/item/weapon/handcuffs/cable/tape) || istype(src, /obj/item/clothing/mask/muzzle/tape)))
|
||||
return
|
||||
return ..()
|
||||
else
|
||||
user.drop_from_inventory(I)
|
||||
I.loc = src
|
||||
|
||||
Reference in New Issue
Block a user