mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
idk what is wrong with these
This commit is contained in:
@@ -872,8 +872,8 @@ var/global/list/xenobio_rainbow_extracts = list(
|
|||||||
var/global/list/BUILDABLE_AREA_TYPES = list(
|
var/global/list/BUILDABLE_AREA_TYPES = list(
|
||||||
/area/space,
|
/area/space,
|
||||||
/area/mine,
|
/area/mine,
|
||||||
/area/surface/outside, //SC
|
// /area/surface/outside, //SC //CHOMP Comment - Actually these are causing compilation error.
|
||||||
/area/surface/cave, //SC
|
// /area/surface/cave, //SC
|
||||||
// /area/tether/surfacebase/outside, //CHOMP Edit Downstreams, uncomment these if you are using these maps
|
// /area/tether/surfacebase/outside, //CHOMP Edit Downstreams, uncomment these if you are using these maps
|
||||||
// /area/groundbase/unexplored/outdoors,
|
// /area/groundbase/unexplored/outdoors,
|
||||||
// /area/maintenance/groundbase/level1,
|
// /area/maintenance/groundbase/level1,
|
||||||
@@ -887,8 +887,8 @@ var/global/list/BUILDABLE_AREA_TYPES = list(
|
|||||||
var/static/list/blacklisted_areas = typecacheof(list(
|
var/static/list/blacklisted_areas = typecacheof(list(
|
||||||
/area/space,
|
/area/space,
|
||||||
/area/mine,
|
/area/mine,
|
||||||
/area/surface/outside, //SC
|
// /area/surface/outside, //SC //CHOMP Comment - Actually these are causing compilation error.
|
||||||
/area/surface/cave, //SC
|
// /area/surface/cave, //SC
|
||||||
//TETHER STUFF BELOW THIS //CHOMP Edit Downstreams, uncomment these if you are using these maps
|
//TETHER STUFF BELOW THIS //CHOMP Edit Downstreams, uncomment these if you are using these maps
|
||||||
// /area/tether/surfacebase/outside,
|
// /area/tether/surfacebase/outside,
|
||||||
//GROUNDBASE STUFF BELOW THIS
|
//GROUNDBASE STUFF BELOW THIS
|
||||||
|
|||||||
Reference in New Issue
Block a user