Adds a lavaland and a space ruin, adds a "nest" structure (#18508)

* Adds goliath/grub lavaland ruin

* Adds syndicate drug lab ruin

* Fixes nest.dm issues

* Fixes APC init

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

* Satisfies linter

* Addresses AA review

* Addresses Farie and AA reviews

* Missed a \the

* Adds comments

* Made the warning message stand out more

* Removes redundant initial desc

* Moves APC vars out of init

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

* Replaces plating with airless plating

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
Adri
2022-07-27 21:32:40 +01:00
committed by GitHub
co-authored by AffectedArc07
parent 0132109d2b
commit c1376e08f8
14 changed files with 1935 additions and 0 deletions
@@ -133,6 +133,9 @@
icon_state = "lampgreen"
item_state = "lampgreen"
/obj/item/flashlight/lamp/green/off
on = FALSE
/obj/item/flashlight/lamp/verb/toggle_light()
set name = "Toggle light"
set category = "Object"