mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
[MIRROR] restore dynamic lighting to some areas that lost them (#8187)
* restore dynamic lighting to some areas that lost them * Update centcom.dm Co-authored-by: Couls <coul422@gmail.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
@@ -352,9 +352,7 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999))
|
||||
requires_power = FALSE
|
||||
has_gravity = TRUE
|
||||
area_flags = NOTELEPORT | HIDDEN_AREA
|
||||
static_lighting = FALSE
|
||||
base_lighting_alpha = 255
|
||||
base_lighting_color = COLOR_WHITE
|
||||
static_lighting = TRUE
|
||||
ambientsounds = list('sound/ambience/servicebell.ogg')
|
||||
var/roomnumber = 0
|
||||
var/obj/item/hilbertshotel/parentSphere
|
||||
|
||||
Reference in New Issue
Block a user