mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Uueoa-Esa, Part 2: System Ruins (#18944)
Adds several ruins for the uninhabited planets of Uueoa-Esa. Adds a pre-contact Unathi spacesuit for one of the ruins and potential future use. Voidsuits and other refittable clothing items (if any are added) can now be set to refit to a species on initialize rather than copypasting code for mapped-in suit variants. Will require updating for #18850 and #18920 when merged.
This commit is contained in:
@@ -228,6 +228,14 @@
|
||||
..()
|
||||
ex_act(2.0)
|
||||
|
||||
//Fertilizer tank
|
||||
/obj/structure/reagent_dispensers/fertilizer
|
||||
name = "fertilizer tank"
|
||||
desc = "A tank filled with nutrients for plant growth"
|
||||
icon_state = "lubetank"
|
||||
amount_per_transfer_from_this = 30
|
||||
reagents_to_add = list(/singleton/reagent/toxin/fertilizer = 1000)
|
||||
|
||||
//Wall Dispensers
|
||||
|
||||
/obj/structure/reagent_dispensers/peppertank
|
||||
|
||||
Reference in New Issue
Block a user