Delta Standardisation

This commit is contained in:
AffectedArc07
2021-01-25 13:06:08 +00:00
parent 7245f86b2d
commit 28ca87ef31
9 changed files with 3992 additions and 8412 deletions
+1 -1
View File
@@ -110,7 +110,7 @@
var/list/possible_areas = list()
//setup, sets all station areas (and subtypes) to weight 1
for(var/A in GLOB.the_station_areas)
if(A == /area/holodeck) //don't allow holodeck areas as possible spawns since it will allow it to spawn in the holodeck rooms on z2 as well
if(A == /area/holodeck) //don't allow holodeck areas as possible spawns since it will allow it to spawn in the holodeck rooms on CC level as well
continue
if(A in possible_areas)
continue