mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user