Adds steam vents to maintenance, adds some flavor to maintenance. (#66915)

* Steam Vent Challenge (Do not meme)

* Fixes icebox, I think

* Changes to how smoke behaves appears to have removed the need for the opacity setting on the vent. Sounds.

* Mapmerge sama please

* Adds signal system, crafting recipe, and some basic crafting organization.

* Potential fix

* Apply suggestions from code review

Co-authored-by: Seth Scherer <supernovaa41@gmx.com>

* makes changes thanks anturk

Co-authored-by: Seth Scherer <supernovaa41@gmx.com>
This commit is contained in:
ArcaneMusic
2022-06-01 17:07:50 -04:00
committed by GitHub
parent f189a71131
commit c24ff68629
12 changed files with 2239 additions and 1810 deletions
@@ -216,3 +216,10 @@
/obj/structure/billboard/roadsign/twomillion = 25,
/obj/structure/billboard/roadsign/error = 25,
)
/obj/effect/spawner/random/structure/steam_vent
name = "steam vent spawner"
loot = list(
/obj/structure/steam_vent = 50,
/obj/structure/steam_vent/fast = 50,
)