Files
GS13NG/GainStation13/code/game/objects/structures/crate.dm
T
evilew 438dcff051 mapping tweaks
- moving over our CC level / maps
- moving over our levels
- all the other maps are moved to a seperate folder
- better comfy chairs
- brought back solar defence crates
2024-11-22 01:58:57 +01:00

14 lines
522 B
Plaintext

//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)