mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Merge pull request #22861 from bgobandit/atleastitisntspelledsyphon
Cash siphoning checks for power now.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user