mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
* 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:
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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user