Merge pull request #12579 from Detective-Google/aeugh

port tg#51713 (no more infinite singulo lattices on da ice)
This commit is contained in:
Ghom
2020-06-23 03:22:12 +02:00
committed by GitHub
+1 -1
View File
@@ -205,7 +205,7 @@
if(floor_tile)
if(prob(70))
remove_tile()
else if(prob(50))
else if(prob(50) && (/turf/open/space in baseturfs))
ReplaceWithLattice()
/turf/open/floor/narsie_act(force, ignore_mobs, probability = 20)