Skip to content

Commit

Permalink
Fix test_box, make test_box primary repo map (#11652)
Browse files Browse the repository at this point in the history
This both fixes the compile to test box which was broken by the removal of the celtic board.

This also makes test_box the initial map ticked by vgstation.dme, since its basically box but just better in every way. This causes no issues with the way pomf currently has the watchdog set up to pick maps, and is better for testing.
  • Loading branch information
clusterfack authored and gbasood committed Aug 29, 2016
1 parent b35eaa6 commit 039026b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maps/test_box.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4135,7 +4135,7 @@
"bBA" = (/obj/structure/flora/pottedplant/random,/obj/machinery/atmospherics/unary/vent_pump{dir = 4; on = 1},/turf/simulated/floor,/area/bridge/meeting_room)
"bBB" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor,/area/bridge/meeting_room)
"bBC" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/plating,/area/turret_protected/ai_upload)
"bBD" = (/obj/structure/table,/obj/item/weapon/aiModule/core/asimov,/obj/item/weapon/aiModule/freeform/core,/obj/machinery/door/window{base_state = "right"; icon_state = "right"; name = "Core Modules"; req_access_txt = "20"},/obj/structure/window/reinforced,/obj/item/weapon/aiModule/core/corp,/obj/item/weapon/aiModule/core/paladin,/obj/item/weapon/aiModule/core/robocop,/obj/item/weapon/aiModule/core/celtic,/turf/simulated/floor/bluegrid,/area/turret_protected/ai_upload)
"bBD" = (/obj/structure/table,/obj/item/weapon/aiModule/core/asimov,/obj/item/weapon/aiModule/freeform/core,/obj/machinery/door/window{base_state = "right"; icon_state = "right"; name = "Core Modules"; req_access_txt = "20"},/obj/structure/window/reinforced,/obj/item/weapon/aiModule/core/corp,/obj/item/weapon/aiModule/core/paladin,/obj/item/weapon/aiModule/core/robocop,/turf/simulated/floor/bluegrid,/area/turret_protected/ai_upload)
"bBE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/simulated/floor/bluegrid,/area/turret_protected/ai_upload)
"bBF" = (/obj/machinery/flasher{pixel_y = 24; id_tag = "AI"},/obj/machinery/computer/borgupload,/turf/simulated/floor/bluegrid,/area/turret_protected/ai_upload)
"bBG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/bluegrid,/area/turret_protected/ai_upload)
Expand Down
2 changes: 1 addition & 1 deletion vgstation13.dme
Original file line number Diff line number Diff line change
Expand Up @@ -2022,7 +2022,7 @@
#include "interface\web\interface.dms"
#include "maprendering\maprendering.dm"
#include "maps\_map.dm"
#include "maps\tgstation.dm"
#include "maps\test_box.dm"
#include "maps\defficiency\areas.dm"
#include "maps\defficiency\pipes.dm"
#include "maps\randomvaults\dance_revolution.dm"
Expand Down

0 comments on commit 039026b

Please sign in to comment.