Merge pull request #614 from Citadel-Station-13/upstream-merge-26521

[MIRROR] Fixes templates/ruins not updating area list
This commit is contained in:
LetterJay
2017-04-28 08:18:31 -05:00
committed by GitHub
7 changed files with 21 additions and 8 deletions
+1
View File
@@ -42,6 +42,7 @@
var/has_gravity = 0
var/noteleport = 0 //Are you forbidden from teleporting to the area? (centcomm, mobs, wizard, hand teleporter)
var/hidden = FALSE //Hides area from player Teleport function.
var/safe = 0 //Is the area teleport-safe: no space / radiation / aggresive mobs / other dangers
var/no_air = null
+1
View File
@@ -3,6 +3,7 @@
icon_state = "Holodeck"
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
flags = 0
hidden = TRUE
var/obj/machinery/computer/holodeck/linked
var/restricted = 0 // if true, program goes on emag list
+1
View File
@@ -4,6 +4,7 @@
name = "\improper Unexplored Location"
icon_state = "away"
has_gravity = 1
hidden = TRUE
/area/ruin/unpowered