push
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
if(..())
|
||||
return TRUE
|
||||
var/obj/machinery/bsa/full/B = locate()
|
||||
if(B && !B.stat)
|
||||
if(B && !B.machine_stat)
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
@@ -306,7 +306,7 @@
|
||||
return get_turf(G.parent)
|
||||
|
||||
/obj/machinery/computer/bsa_control/proc/fire(mob/user)
|
||||
if(cannon.stat)
|
||||
if(cannon.machine_stat)
|
||||
notice = "Cannon unpowered!"
|
||||
return
|
||||
notice = null
|
||||
|
||||
Reference in New Issue
Block a user