Fixed bush initialize (#16123)

This commit is contained in:
Fluffy
2023-03-27 15:44:56 +00:00
committed by GitHub
parent b72719d69c
commit 71538bfe4f
2 changed files with 43 additions and 2 deletions
+2 -2
View File
@@ -35,5 +35,5 @@
density = FALSE
/obj/structure/flora/bush/Initialize()
..()
icon_state = "snowbush[rand(1, 6)]"
. = ..()
icon_state = "snowbush[rand(1, 6)]"