mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 05:52:17 +00:00
Fixes PACMANs not working
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
var/power_output = 1
|
||||
|
||||
/obj/machinery/power/port_gen/proc/IsBroken()
|
||||
return (crit_fail || (stat & BROKEN|EMPED))
|
||||
return (crit_fail || (stat & (BROKEN|EMPED)))
|
||||
|
||||
/obj/machinery/power/port_gen/proc/HasFuel() //Placeholder for fuel check.
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user