Fixes master 514 (#5927)

* a

* l

* Update sheet_types.dm
This commit is contained in:
Gandalf
2021-05-25 03:06:58 +01:00
committed by GitHub
parent 8f4b9b3e19
commit aab764575a
98 changed files with 1806 additions and 236478 deletions
-4
View File
@@ -52,10 +52,6 @@
for(var/i in turfs) //Go through all the turfs and generate them
var/turf/gen_turf = i
//SKYRAT EDIT ADDITION
if(istype(gen_turf, /turf/open/space/mirage))
continue
//SKYRAT EDIT END
var/area/A = gen_turf.loc
if(!(A.area_flags & CAVES_ALLOWED))