fix a lot of map issues (#16857)

* fix a lot of map issues

* fix SM template...
This commit is contained in:
Kashargul
2025-01-06 18:57:52 +01:00
committed by GitHub
parent df3d303f97
commit 7c7666d670
28 changed files with 8 additions and 4465 deletions
@@ -121,6 +121,7 @@
density = FALSE
anchored = TRUE
icon = 'icons/effects/tomatodecal.dmi'
icon_state = "tomato_floor1"
random_icon_states = list("tomato_floor1", "tomato_floor2", "tomato_floor3")
/obj/effect/decal/cleanable/egg_smudge
@@ -129,6 +130,7 @@
density = FALSE
anchored = TRUE
icon = 'icons/effects/tomatodecal.dmi'
icon_state = "smashed_egg1"
random_icon_states = list("smashed_egg1", "smashed_egg2", "smashed_egg3")
/obj/effect/decal/cleanable/pie_smudge //honk
@@ -137,6 +139,7 @@
density = FALSE
anchored = TRUE
icon = 'icons/effects/tomatodecal.dmi'
icon_state = "smashed_pie"
random_icon_states = list("smashed_pie")
/obj/effect/decal/cleanable/fruit_smudge
+1 -1
View File
@@ -237,7 +237,7 @@
/obj/random/mob/mouse
name = "Random Mouse"
desc = "This is a random boring maus."
icon_state = "mouse_gray"
icon_state = "animal"
spawn_nothing_percentage = 15
/obj/random/mob/mouse/item_to_spawn()