mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Update MC (#18112)
* sdf * fsda * fuck * fuck2 * toolz * sdaf * sdfa * saf * sdfa * sdfa * sdf * sdfa * temp rename * temp rename * temp rename * sdaf * the pain is immensurable in the land of byond * the curse of rah * safd * sadf * sadf * gf * asf * fssdfa * sfd * sadf * sfda * brah * brah * it's easier for you to fix this * ffs * brah * brah
This commit is contained in:
@@ -321,9 +321,9 @@
|
||||
next_spark = world.time + 1 MINUTE + (rand(-15, 15) SECONDS)
|
||||
|
||||
// ehh
|
||||
/obj/machinery/light/process()
|
||||
/obj/machinery/light/process(seconds_per_tick)
|
||||
if (cell && has_power())
|
||||
cell.give(0.2)
|
||||
cell.give(0.2 * seconds_per_tick)
|
||||
if(cell.fully_charged())
|
||||
return PROCESS_KILL
|
||||
if (emergency_mode && !use_emergency_power(LIGHT_EMERGENCY_POWER_USE))
|
||||
|
||||
Reference in New Issue
Block a user