Merge pull request #22861 from bgobandit/atleastitisntspelledsyphon

Cash siphoning checks for power now.
This commit is contained in:
oranges
2017-01-11 12:47:38 +13:00
committed by GitHub
+3
View File
@@ -25,6 +25,9 @@
/obj/machinery/computer/bank_machine/process()
..()
if(siphoning)
if (stat & (BROKEN|NOPOWER))
say("Insufficient power. Halting siphon.")
siphoning = FALSE
if(SSshuttle.points < 200)
say("Station funds depleted. Halting siphon.")
siphoning = FALSE