regarding malf ais, apcs, space, and engineering cyborg grippers (#12933)

* Update areas.dm

* Update apc.dm

* Update apc.dm
This commit is contained in:
silicons
2020-08-09 06:57:53 -07:00
committed by GitHub
parent 0ff1d152a1
commit 07e2423c22
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -1125,6 +1125,10 @@
if(malf.malfhacking)
to_chat(malf, "You are already hacking an APC.")
return
var/area/ourarea = get_area(src)
if(!ourarea.valid_malf_hack)
to_chat(malf, "This APC is not well connected enough to the Exonet to provide any useful processing capabilities.")
return
to_chat(malf, "Beginning override of APC systems. This takes some time, and you cannot perform other actions during the process.")
malf.malfhack = src
malf.malfhacking = addtimer(CALLBACK(malf, /mob/living/silicon/ai/.proc/malfhacked, src), 600, TIMER_STOPPABLE)