Re-adds the gulag

This commit is contained in:
KorPhaeron
2016-03-12 12:03:53 -06:00
parent 5f8012bb45
commit 1a385d2f2e
6 changed files with 1262 additions and 918 deletions
+2 -2
View File
@@ -188,9 +188,9 @@
used = TRUE
sleep(50)
var/clear = TRUE
for(var/unclear in trange(src, 2))
for(var/unclear in trange(2, src))
var/turf/T = unclear
if(istype(T, /turf/simulated/mineral/) || !T.density)
if(istype(T, /turf/simulated/mineral) || !T.density)
continue
clear = FALSE
if(!clear)