Files
Paradise/code/game/objects/effects/spawners/random/wall_decal_spawners.dm
Aylong 0f5d71b19c Add decals to walls banned neighbors (#26849)
* Remove fungus decal from walls

* Remove dirt under walls on maps

* Clean more dirt

* Use new random spawners for fungus frequent

* Replace old fungus spawners with new one

* Resolve conflict
2024-10-01 17:31:47 +00:00

14 lines
326 B
Plaintext

/obj/effect/spawner/random/fungus
icon_state = "fungus"
color = "#D5820B"
loot = list(/obj/effect/decal/cleanable/fungus)
/obj/effect/spawner/random/fungus/maybe
spawn_loot_chance = 15
/obj/effect/spawner/random/fungus/frequent
spawn_loot_chance = 50
/obj/effect/spawner/random/fungus/probably
spawn_loot_chance = 85