mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-31 00:59:16 +01:00
Removes devices
This commit is contained in:
@@ -84,7 +84,7 @@ var/list/ghost_traps
|
||||
to_chat(target, "<b>Use say #b to speak to other artificial intelligences.</b>")
|
||||
var/turf/T = get_turf(target)
|
||||
T.visible_message("<span class='notice'>\The [src] chimes quietly.</span>")
|
||||
var/obj/item/device/mmi/digital/posibrain/P = target.loc
|
||||
var/obj/item/mmi/digital/posibrain/P = target.loc
|
||||
if(!istype(P)) //wat
|
||||
return
|
||||
P.searching = 0
|
||||
|
||||
Reference in New Issue
Block a user