mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
More lighting fixes
This commit is contained in:
@@ -3,18 +3,18 @@
|
||||
/area/ruin/
|
||||
name = "\improper Unexplored Location"
|
||||
icon_state = "away"
|
||||
has_gravity = 1
|
||||
there_can_be_many = 1
|
||||
|
||||
has_gravity = TRUE
|
||||
there_can_be_many = TRUE
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_FORCED
|
||||
|
||||
/area/ruin/unpowered
|
||||
always_unpowered = 0
|
||||
always_unpowered = FALSE
|
||||
|
||||
/area/ruin/unpowered/no_grav
|
||||
has_gravity = 0
|
||||
has_gravity = FALSE
|
||||
|
||||
/area/ruin/powered
|
||||
requires_power = 0
|
||||
requires_power = FALSE
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user