Fixes (Oversight?) with fungus spawner from #16877 (#21057)

* Changed Fungus
- Now fungus dont spawn wall if roll fails.

* Apply suggestions from code review

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

---------

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
Venuska1117
2023-05-22 22:06:30 +02:00
committed by GitHub
co-authored by Ryan Farie82
parent 5b54da3f37
commit b3a5fd773c
@@ -140,16 +140,16 @@
icon_state = "fungus"
color = "#D5820B"
result = list(
/turf/simulated/wall = 7,
/obj/effect/decal/cleanable/fungus = 1)
/datum/nothing = 7,
/obj/effect/decal/cleanable/fungus = 1)
/obj/effect/spawner/random_spawners/fungus_probably
name = "fungus probably"
icon_state = "fungus"
color = "#D5820B"
result = list(
/turf/simulated/wall = 1,
/obj/effect/decal/cleanable/fungus = 7)
/datum/nothing = 1,
/obj/effect/decal/cleanable/fungus = 7)