Kills off /obj/item/device (#6561)
This commit is contained in:
@@ -437,7 +437,7 @@
|
||||
. = ..()
|
||||
|
||||
/turf/closed/mineral/gibtonite/attackby(obj/item/I, mob/user, params)
|
||||
if(istype(I, /obj/item/device/mining_scanner) || istype(I, /obj/item/device/t_scanner/adv_mining_scanner) && stage == 1)
|
||||
if(istype(I, /obj/item/mining_scanner) || istype(I, /obj/item/t_scanner/adv_mining_scanner) && stage == 1)
|
||||
user.visible_message("<span class='notice'>[user] holds [I] to [src]...</span>", "<span class='notice'>You use [I] to locate where to cut off the chain reaction and attempt to stop it...</span>")
|
||||
defuse()
|
||||
..()
|
||||
|
||||
@@ -209,8 +209,8 @@
|
||||
place_poster(W,user)
|
||||
return TRUE
|
||||
//wall mounted IC assembly stuff
|
||||
else if(istype(W, /obj/item/device/electronic_assembly/wallmount))
|
||||
var/obj/item/device/electronic_assembly/wallmount/A = W
|
||||
else if(istype(W, /obj/item/electronic_assembly/wallmount))
|
||||
var/obj/item/electronic_assembly/wallmount/A = W
|
||||
A.mount_assembly(src, user)
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user