Fixes PACMANs not working

This commit is contained in:
Atlantiscze
2015-02-12 01:05:16 +01:00
parent 605c1eea88
commit 01b8873b9d

View File

@@ -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