More Breakroom things, and a second Json fix.

This commit is contained in:
Hawk-v3
2012-05-11 18:47:00 +01:00
parent 776a033252
commit fc2a7f3a81
4 changed files with 4209 additions and 4197 deletions

View File

@@ -859,6 +859,10 @@ proc/process_ghost_teleport_locs()
name = "Chief Engineers office"
icon_state = "engine_ce"
engineering_break_room
name = "Engineering Breakroom"
icon_state = "engine_br"
//new engine areas
control
name = "Engineering Control"

View File

@@ -87,7 +87,7 @@ obj/mapinfo
var/mapname = "thismap"
var/decks = 4
proc/GetMapInfo()
var/obj/mapinfo/M = locate()
// var/obj/mapinfo/M = locate()
// Just removing these to try and fix the occasional JSON -> WORLD issue.
// world << M.name
// world << M.mapname

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because it is too large Load Diff