diff --git a/code/game/structure/flora.dm b/code/game/structure/flora.dm index de38e7ef224..92aadd45295 100644 --- a/code/game/structure/flora.dm +++ b/code/game/structure/flora.dm @@ -73,6 +73,11 @@ icon_state = "snowbush[rand(1, 6)]" ..() +/obj/structure/flora/pottedplant + name = "potted plant" + icon = 'icons/obj/plants.dmi' + icon_state = "plant-26" + //newbushes /obj/structure/flora/ausbushes diff --git a/icons/obj/plants.dmi b/icons/obj/plants.dmi index dd3fa2b2c70..d3f8e0eff7c 100644 Binary files a/icons/obj/plants.dmi and b/icons/obj/plants.dmi differ