mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
anti-sand measures
- added Solar Defence Crates: they are found in every engineering storage, containing 4 anti-meteor satellites and 1 control board. Useful for keeping solar arrays safe from any space sand - added more space sand shielding in vital or important spots (such as cooling loops, comms lines etc)
This commit is contained in:
@@ -205,6 +205,20 @@
|
||||
new /obj/item/paper/guides/jobs/engi/solars(src)
|
||||
new /obj/item/electronics/tracker(src)
|
||||
|
||||
//gs13 - solar defence crate
|
||||
/obj/structure/closet/crate/solarpanel_defence
|
||||
name = "solar system defence crate"
|
||||
icon_state = "engi_e_crate"
|
||||
|
||||
/obj/structure/closet/crate/solarpanel_defence/PopulateContents()
|
||||
..()
|
||||
new /obj/machinery/satellite/meteor_shield(src)
|
||||
new /obj/machinery/satellite/meteor_shield(src)
|
||||
new /obj/machinery/satellite/meteor_shield(src)
|
||||
new /obj/machinery/satellite/meteor_shield(src)
|
||||
new /obj/item/paper/guides/jobs/engi/solar_defence(src)
|
||||
new /obj/item/circuitboard/computer/sat_control(src)
|
||||
|
||||
/obj/structure/closet/crate/goldcrate
|
||||
name = "gold crate"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user