Makes grass, flowers, and bushes easily destroyable (#14926)

This commit is contained in:
Darkmight9
2020-11-22 16:36:37 -05:00
committed by GitHub
parent 827e4950c6
commit 30de304fdc
+3
View File
@@ -50,6 +50,7 @@
name = "grass"
icon = 'icons/obj/flora/snowflora.dmi'
anchored = 1
max_integrity = 15
/obj/structure/flora/grass/brown
icon_state = "snowgrass1bb"
@@ -80,6 +81,7 @@
icon = 'icons/obj/flora/snowflora.dmi'
icon_state = "snowbush1"
anchored = 1
max_integrity = 15
/obj/structure/flora/bush/New()
..()
@@ -92,6 +94,7 @@
icon = 'icons/obj/flora/ausflora.dmi'
icon_state = "firstbush_1"
anchored = 1
max_integrity = 15
/obj/structure/flora/ausbushes/New()
..()