diff --git a/code/game/objects/structures/flora.dm b/code/game/objects/structures/flora.dm index 62ccc187ecb..0e75bb760f9 100644 --- a/code/game/objects/structures/flora.dm +++ b/code/game/objects/structures/flora.dm @@ -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() ..()