THIS SHOULD REALLY BE THE OTHER WAY AROUND
This commit is contained in:
@@ -419,7 +419,7 @@
|
|||||||
var/sanity = 0
|
var/sanity = 0
|
||||||
while(summon_spots.len < SUMMON_POSSIBILITIES && sanity < 100)
|
while(summon_spots.len < SUMMON_POSSIBILITIES && sanity < 100)
|
||||||
var/area/summon = pick(GLOB.sortedAreas - summon_spots)
|
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
|
summon_spots += summon
|
||||||
sanity++
|
sanity++
|
||||||
update_explanation_text()
|
update_explanation_text()
|
||||||
|
|||||||
Reference in New Issue
Block a user