mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Adds Solar Panel upgrades, Resprites solar equipment. (#31904)
* Spritesss * Moves solar sprites out of goon folder * adds upgrades, integrity power scaling * Fixes glass_type comments * woe, whitespace * defines
This commit is contained in:
@@ -10,7 +10,7 @@ SUBSYSTEM_DEF(sun)
|
||||
var/dy
|
||||
var/rate
|
||||
var/list/solars = list()
|
||||
var/solar_gen_rate = 1500
|
||||
var/solar_gen_rate = 10 // watts generated per point of integrity
|
||||
|
||||
/datum/controller/subsystem/sun/Initialize()
|
||||
// Lets work out an angle for the "sun" to rotate around the station
|
||||
|
||||
Reference in New Issue
Block a user