mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 05:52:17 +00:00
Merge pull request #854 from Datraen/BayCherryPickTest
Fixes supply beacons. (#849)
This commit is contained in:
@@ -100,8 +100,10 @@
|
||||
..()
|
||||
|
||||
/obj/machinery/power/supply_beacon/process()
|
||||
if(!use_power || expended)
|
||||
if(expended)
|
||||
return PROCESS_KILL
|
||||
if(!use_power)
|
||||
return
|
||||
if(draw_power(500) < 500)
|
||||
deactivate()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user