/obj/screen --> /atom/movable/screen
This commit is contained in:
@@ -1173,8 +1173,8 @@
|
||||
malf.malfhack = src
|
||||
malf.malfhacking = addtimer(CALLBACK(malf, /mob/living/silicon/ai/.proc/malfhacked, src), 600, TIMER_STOPPABLE)
|
||||
|
||||
var/obj/screen/alert/hackingapc/A
|
||||
A = malf.throw_alert("hackingapc", /obj/screen/alert/hackingapc)
|
||||
var/atom/movable/screen/alert/hackingapc/A
|
||||
A = malf.throw_alert("hackingapc", /atom/movable/screen/alert/hackingapc)
|
||||
A.target = src
|
||||
|
||||
/obj/machinery/power/apc/proc/malfoccupy(mob/living/silicon/ai/malf)
|
||||
|
||||
Reference in New Issue
Block a user