mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 21:23:20 +00:00
Fix Rogueminer_vr
Errors popped up in Travis that didn't show on DM. Thank you... Fixing the screechuing, I hope.
This commit is contained in:
27
code/game/area/Space Station 13 areas_vr.dm
Normal file
27
code/game/area/Space Station 13 areas_vr.dm
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
//TFF 28/8/19 - cleanup of areas placement - removes all but rogueminer_vr stuff.
|
||||||
|
|
||||||
|
//Rouguelike Mining
|
||||||
|
/area/asteroid/rogue
|
||||||
|
var/asteroid_spawns = list()
|
||||||
|
var/mob_spawns = list()
|
||||||
|
var/shuttle_area //It would be neat if this were more dynamic, but eh.
|
||||||
|
|
||||||
|
/area/asteroid/rogue/zone1
|
||||||
|
name = "Asteroid Belt Zone 1"
|
||||||
|
icon_state = "red2"
|
||||||
|
shuttle_area = /area/shuttle/belter/belt/zone1
|
||||||
|
|
||||||
|
/area/asteroid/rogue/zone2
|
||||||
|
name = "Asteroid Belt Zone 2"
|
||||||
|
icon_state = "blue2"
|
||||||
|
shuttle_area = /area/shuttle/belter/belt/zone2
|
||||||
|
|
||||||
|
/area/asteroid/rogue/zone3
|
||||||
|
name = "Asteroid Belt Zone 3"
|
||||||
|
icon_state = "blue2"
|
||||||
|
shuttle_area = /area/shuttle/belter/belt/zone3
|
||||||
|
|
||||||
|
/area/asteroid/rogue/zone4
|
||||||
|
name = "Asteroid Belt Zone 4"
|
||||||
|
icon_state = "red2"
|
||||||
|
shuttle_area = /area/shuttle/belter/belt/zone4
|
||||||
@@ -846,32 +846,6 @@
|
|||||||
name = "Belter Shuttle Warp"
|
name = "Belter Shuttle Warp"
|
||||||
icon_state = "shuttle"
|
icon_state = "shuttle"
|
||||||
|
|
||||||
//Rouguelike Mining
|
|
||||||
/area/asteroid/rogue
|
|
||||||
var/asteroid_spawns = list()
|
|
||||||
var/mob_spawns = list()
|
|
||||||
var/shuttle_area //It would be neat if this were more dynamic, but eh.
|
|
||||||
|
|
||||||
/area/asteroid/rogue/zone1
|
|
||||||
name = "Asteroid Belt Zone 1"
|
|
||||||
icon_state = "red2"
|
|
||||||
shuttle_area = /area/shuttle/belter/belt/zone1
|
|
||||||
|
|
||||||
/area/asteroid/rogue/zone2
|
|
||||||
name = "Asteroid Belt Zone 2"
|
|
||||||
icon_state = "blue2"
|
|
||||||
shuttle_area = /area/shuttle/belter/belt/zone2
|
|
||||||
|
|
||||||
/area/asteroid/rogue/zone3
|
|
||||||
name = "Asteroid Belt Zone 3"
|
|
||||||
icon_state = "blue2"
|
|
||||||
shuttle_area = /area/shuttle/belter/belt/zone3
|
|
||||||
|
|
||||||
/area/asteroid/rogue/zone4
|
|
||||||
name = "Asteroid Belt Zone 4"
|
|
||||||
icon_state = "red2"
|
|
||||||
shuttle_area = /area/shuttle/belter/belt/zone4
|
|
||||||
|
|
||||||
/area/medical/resleeving
|
/area/medical/resleeving
|
||||||
name = "Resleeving Lab"
|
name = "Resleeving Lab"
|
||||||
icon_state = "genetics"
|
icon_state = "genetics"
|
||||||
|
|||||||
@@ -486,6 +486,7 @@
|
|||||||
#include "code\game\area\asteroid_areas.dm"
|
#include "code\game\area\asteroid_areas.dm"
|
||||||
#include "code\game\area\Away Mission areas.dm"
|
#include "code\game\area\Away Mission areas.dm"
|
||||||
#include "code\game\area\Space Station 13 areas.dm"
|
#include "code\game\area\Space Station 13 areas.dm"
|
||||||
|
#include "code\game\area\Space Station 13 areas_vr.dm"
|
||||||
#include "code\game\dna\dna2.dm"
|
#include "code\game\dna\dna2.dm"
|
||||||
#include "code\game\dna\dna2_domutcheck.dm"
|
#include "code\game\dna\dna2_domutcheck.dm"
|
||||||
#include "code\game\dna\dna2_helpers.dm"
|
#include "code\game\dna\dna2_helpers.dm"
|
||||||
|
|||||||
Reference in New Issue
Block a user