[MIRROR] Replaces old array sprites (#3736)

* Replaces old array sprites

* Update collector.dm

Co-authored-by: Sparkezel <53384660+Sparkezel@users.noreply.github.com>
Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-03-01 18:12:37 +00:00
committed by GitHub
co-authored by Sparkezel Gandalf2k15
parent d4495ed2b1
commit 90bac01c12
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
#define RAD_COLLECTOR_OUTPUT min(stored_energy, (stored_energy*RAD_COLLECTOR_STORED_OUT)+1000) //Produces at least 1000 watts if it has more than that stored
/obj/machinery/power/rad_collector
name = "Radiation Collector Array"
desc = "A device which uses Hawking Radiation and plasma to produce power."
desc = "A device which uses radiation and plasma to produce power."
icon = 'icons/obj/singularity.dmi' //ICON OVERRIDEN IN SKYRAT AESTHETICS - SEE MODULE
icon_state = "ca"
anchored = FALSE
@@ -185,7 +185,7 @@
if(machine_stat & (NOPOWER|BROKEN))
return
if(active)
. += "on"
. += "on" // SKYRAT EDIT CHANGE - ORIGINAL. += loaded_tank ? "on" : "error"
/obj/machinery/power/rad_collector/proc/toggle_power()
active = !active