mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Makes grass, flowers, and bushes easily destroyable (#14926)
This commit is contained in:
@@ -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()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user