Adds one farragus submap and remaps a part of the rage cage (#27683)

* First two submaps

* More small changes

* Last

* Silly mistake

* Final touches

* Candles

* Lots of fixes

* aaaaaaa

* Bat spawner removal laser

* Fixed

* Removes one submap

* Fix

* Forgor  this one

* aaaaaaa

* One day I  will get it right the first time

* Warrior review

* Fixes

* Status varedit
This commit is contained in:
DGamerL
2025-01-10 20:41:55 +00:00
committed by GitHub
parent 699788c035
commit 27db7ad209
5 changed files with 4106 additions and 569 deletions
@@ -33,6 +33,14 @@
icon = 'icons/effects/mapping_helpers.dmi'
icon_state = "mapmanip_submap_edge"
// Farragus mapmanips
/obj/effect/map_effect/marker/mapmanip/submap/extract/station/cerestation/engineering_science
name = "Cerestation, Engineering-Science Maintenance"
/obj/effect/map_effect/marker/mapmanip/submap/insert/station/cerestation/engineering_science
name = "Cerestation, Engineering-Science Maintenance"
// DVORAK mapmanips
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/dvorak/vendor_room
name = "DVORAK vending machine room"
+6
View File
@@ -118,10 +118,16 @@
user.visible_message("<span class='notice'>[user] snuffs out [src].</span>")
unlight()
/obj/item/candle/lit
start_lit = TRUE
/obj/item/candle/eternal
desc = "A candle. This one seems to have an odd quality about the wax."
infinite = TRUE
/obj/item/candle/eternal/lit
start_lit = TRUE
/obj/item/candle/get_spooked()
if(lit)
start_flickering()