mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 17:11:52 +00:00
Merge pull request #21800 from Shadowlight213/changeturffix
Fixes lavaland cave generation creating airless turfs.
This commit is contained in:
@@ -996,7 +996,7 @@
|
||||
for(var/F in RANGE_TURFS(1, src))
|
||||
if(ismineralturf(F))
|
||||
var/turf/closed/mineral/M = F
|
||||
M.ChangeTurf(M.turf_type)
|
||||
M.ChangeTurf(M.turf_type,FALSE,TRUE)
|
||||
gps = new /obj/item/device/gps/internal(src)
|
||||
|
||||
/mob/living/simple_animal/hostile/spawner/lavaland/Destroy()
|
||||
|
||||
Reference in New Issue
Block a user