mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 01:53:35 +01:00
Solar Flares (#14400)
* Solar Flares * fixup * SSsun * convert solar flare to a /datum/weather * AA request * shock chance for APCs = 5% per 2.5M of power in grid * refactor * farie suggestions * farie suggestions 2 * reduced maximum length from 15m to 10m Co-authored-by: Kyep <Kyep@users.noreply.github.com>
This commit is contained in:
@@ -9,6 +9,7 @@ SUBSYSTEM_DEF(sun)
|
||||
var/dy
|
||||
var/rate
|
||||
var/list/solars = list()
|
||||
var/solar_gen_rate = 1500
|
||||
|
||||
/datum/controller/subsystem/sun/Initialize(start_timeofday)
|
||||
// Lets work out an angle for the "sun" to rotate around the station
|
||||
|
||||
Reference in New Issue
Block a user