mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
Meteors Will Not Explode the Surface
Regression is fun.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
///////////////////////////////
|
||||
|
||||
/proc/pick_meteor_start(var/startSide = pick(cardinal))
|
||||
var/startLevel = pick(using_map.station_levels)
|
||||
var/startLevel = pick(using_map.station_levels - using_map.sealed_levels)
|
||||
var/pickedstart = spaceDebrisStartLoc(startSide, startLevel)
|
||||
|
||||
return list(startLevel, pickedstart)
|
||||
|
||||
Reference in New Issue
Block a user