Can apply tape to some more items

This commit is contained in:
Citinited
2019-01-26 14:42:57 +00:00
parent c2c6ab311b
commit 18b6846782
3 changed files with 5 additions and 1 deletions
@@ -78,6 +78,8 @@
playsound(loc, 'sound/goonstation/machines/printer_thermal.ogg', 50, 1)
sleep(10)
user.put_in_hands(R)
else
return ..()
/obj/item/autopsy_scanner/attack_self(mob/user)
var/scan_data = ""
@@ -309,7 +309,7 @@
/obj/item/radio/headset/attackby(obj/item/W as obj, mob/user as mob)
user.set_machine(src)
if(!( istype(W, /obj/item/screwdriver) || (istype(W, /obj/item/encryptionkey/ ))))
return
return ..()
if(istype(W, /obj/item/screwdriver))
if(keyslot1 || keyslot2)
@@ -135,6 +135,8 @@
return canhear_range
/obj/item/radio/intercom/attackby(obj/item/W as obj, mob/user as mob)
if(istype(W, /obj/item/stack/tape_roll)) //eww
return
switch(buildstage)
if(3)
if(iswirecutter(W) && b_stat && wires.IsAllCut())