mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixes mining hidden rooms to not spawn near the alien-infested part.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3422 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -212,6 +212,10 @@ proc/make_mining_asteroid_secret(var/size = 5)
|
||||
valid = 0
|
||||
continue
|
||||
|
||||
if(locate(/turf/simulated/floor/plating/airless/asteroid) in surroundings)
|
||||
valid = 0
|
||||
continue
|
||||
|
||||
if(!T)
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user