fixes one bug and brings another out of the woodwork

This commit is contained in:
ninjanomnom
2017-07-18 23:03:16 -04:00
parent 9f2684af41
commit 9da8be52ed
8 changed files with 47 additions and 44 deletions
@@ -39,7 +39,7 @@
for(var/F in RANGE_TURFS(1, src))
if(ismineralturf(F))
var/turf/closed/mineral/M = F
M.ChangeTurf(M.turf_type,FALSE,TRUE)
M.ChangeTurf(M.turf_type,FALSE,FALSE,TRUE)
gps = new /obj/item/device/gps/internal(src)
/mob/living/simple_animal/hostile/spawner/lavaland/Destroy()