mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +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"
|
name = "Chief Engineers office"
|
||||||
icon_state = "engine_ce"
|
icon_state = "engine_ce"
|
||||||
|
|
||||||
|
engineering_break_room
|
||||||
|
name = "Engineering Breakroom"
|
||||||
|
icon_state = "engine_br"
|
||||||
|
|
||||||
//new engine areas
|
//new engine areas
|
||||||
control
|
control
|
||||||
name = "Engineering Control"
|
name = "Engineering Control"
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ obj/mapinfo
|
|||||||
var/mapname = "thismap"
|
var/mapname = "thismap"
|
||||||
var/decks = 4
|
var/decks = 4
|
||||||
proc/GetMapInfo()
|
proc/GetMapInfo()
|
||||||
var/obj/mapinfo/M = locate()
|
// var/obj/mapinfo/M = locate()
|
||||||
// Just removing these to try and fix the occasional JSON -> WORLD issue.
|
// Just removing these to try and fix the occasional JSON -> WORLD issue.
|
||||||
// world << M.name
|
// world << M.name
|
||||||
// world << M.mapname
|
// 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