mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
More Breakroom things, and a second Json fix.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user