mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
fix tendrils spawning in deeprock oases (#29010)
This commit is contained in:
@@ -114,10 +114,10 @@ GLOBAL_LIST_INIT(caves_default_flora_spawns, list(
|
||||
if(safe_replace(NT) && prob(min(probmodifer / distance, 100)))
|
||||
var/turf/changed = NT.ChangeTurf(/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface)
|
||||
if(prob(5))
|
||||
new /obj/effect/spawner/random/lavaland_fauna(T)
|
||||
new /obj/effect/spawner/random/lavaland_fauna(changed)
|
||||
else if(prob(10))
|
||||
lavaland_caves_spawn_flora(changed)
|
||||
oasis_turfs |= NT
|
||||
oasis_turfs |= changed
|
||||
|
||||
if(prob(50))
|
||||
tempradius = round(tempradius / 3)
|
||||
|
||||
Reference in New Issue
Block a user