mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-01 21:13:07 +00:00
Removes devices
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
return list("<span class='notice'>\The [src] reads an energy level of [energy].</span>")
|
||||
|
||||
/obj/machinery/particle_smasher/attackby(obj/item/W as obj, mob/user as mob)
|
||||
if(W.type == /obj/item/device/analyzer)
|
||||
if(W.type == /obj/item/analyzer)
|
||||
return
|
||||
else if(istype(W, /obj/item/stack/material))
|
||||
var/obj/item/stack/material/M = W
|
||||
|
||||
Reference in New Issue
Block a user