This commit is contained in:
SandPoot
2024-08-24 21:28:55 -03:00
parent 9604090014
commit c07e94be66
218 changed files with 1001 additions and 979 deletions
+2 -2
View File
@@ -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