THIS SHOULD REALLY BE THE OTHER WAY AROUND

This commit is contained in:
Linzolle
2021-05-27 19:53:55 -05:00
parent 0cf7c5070d
commit ed86a6628a

View File

@@ -419,7 +419,7 @@
var/sanity = 0
while(summon_spots.len < SUMMON_POSSIBILITIES && sanity < 100)
var/area/summon = pick(GLOB.sortedAreas - summon_spots)
if(summon && is_station_level(summon.z) && !(summon.area_flags & VALID_TERRITORY))
if(summon && is_station_level(summon.z) && (summon.area_flags & VALID_TERRITORY))
summon_spots += summon
sanity++
update_explanation_text()