Fixes Blood, Grafitti, and Fungus not Showing Up

This commit is contained in:
Fox McCloud
2019-08-28 18:05:51 -04:00
parent 9cc758f3d7
commit 4502b1fead
3 changed files with 3 additions and 0 deletions
@@ -11,6 +11,7 @@ var/global/list/image/splatter_cache = list()
density = FALSE
anchored = TRUE
layer = TURF_LAYER
plane = GAME_PLANE
icon = 'icons/effects/blood.dmi'
icon_state = "mfloor1"
random_icon_states = list("mfloor1", "mfloor2", "mfloor3", "mfloor4", "mfloor5", "mfloor6", "mfloor7")
@@ -175,6 +175,7 @@
density = FALSE
anchored = TRUE
layer = TURF_LAYER
plane = GAME_PLANE
icon = 'icons/effects/effects.dmi'
icon_state = "flour"
color = "#D5820B"
@@ -4,6 +4,7 @@
icon = 'icons/effects/crayondecal.dmi'
icon_state = "rune1"
layer = MID_TURF_LAYER
plane = GAME_PLANE //makes the graffiti visible over a wall.
anchored = TRUE