mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-06-27 00:03:49 +01:00
0f5d71b19c
* 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
14 lines
326 B
Plaintext
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
|