Lavaland baseturf implementation

This commit is contained in:
Mark van Alphen
2019-03-31 22:07:30 +02:00
parent 1689e46f1e
commit 1619bc048b
25 changed files with 352 additions and 2503 deletions
+3 -3
View File
@@ -5,12 +5,12 @@
/turf/simulated/floor/engine/ex_act(severity)
switch(severity)
if(1.0)
ChangeTurf(/turf/space)
ChangeTurf(baseturf)
qdel(src)
return
if(2.0)
if(prob(50))
ChangeTurf(/turf/space)
ChangeTurf(baseturf)
qdel(src)
return
else
@@ -18,7 +18,7 @@
/turf/simulated/floor/engine/blob_act()
if(prob(25))
ChangeTurf(/turf/space)
ChangeTurf(baseturf)
qdel(src)
return
return