diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm index 98e243b832c..cdfc6504ff7 100644 --- a/_maps/map_files/MetaStation/MetaStation.dmm +++ b/_maps/map_files/MetaStation/MetaStation.dmm @@ -37322,13 +37322,10 @@ /obj/effect/turf_decal/tile/bar{ dir = 1 }, -/obj/item/kirbyplants{ - desc = "A reminder of why we can't have nice things."; - name = "Potty the plant" - }, /obj/machinery/newscaster{ pixel_x = -30 }, +/obj/item/kirbyplants/potty, /turf/open/floor/plasteel, /area/crew_quarters/bar) "bIv" = ( diff --git a/code/game/objects/structures/flora.dm b/code/game/objects/structures/flora.dm index bd7196185e7..6ad30ec2766 100644 --- a/code/game/objects/structures/flora.dm +++ b/code/game/objects/structures/flora.dm @@ -364,6 +364,11 @@ . = ..() icon_state = "plant-[rand(26, 29)]" +/obj/item/kirbyplants/potty + name = "Potty the Potted Plant" + desc = "A secret agent staffed in the station's bar to protect the mystical cakehat." + icon_state = "potty" + //a rock is flora according to where the icon file is //and now these defines diff --git a/icons/obj/flora/plants.dmi b/icons/obj/flora/plants.dmi index acd62631f94..0c94332fd1a 100644 Binary files a/icons/obj/flora/plants.dmi and b/icons/obj/flora/plants.dmi differ