From 1cea8be6b47bf187db831fd8be1dc18c50b19c91 Mon Sep 17 00:00:00 2001 From: Darlantan Date: Wed, 22 Jun 2022 22:16:04 -0400 Subject: [PATCH] powder that makes you say yes --- code/game/objects/items/stacks/tiles/tile_types_ch.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/objects/items/stacks/tiles/tile_types_ch.dm b/code/game/objects/items/stacks/tiles/tile_types_ch.dm index 348423536d..eeac79667e 100644 --- a/code/game/objects/items/stacks/tiles/tile_types_ch.dm +++ b/code/game/objects/items/stacks/tiles/tile_types_ch.dm @@ -114,3 +114,7 @@ /obj/item/stack/tile/carpet/retro_red icon_state = "tile-carpet-retro-red" desc = "A piece of carpet with red-ical space patterns. It is the same size as a normal floor tile!" + +/obj/item/stack/tile/carpet/happy + icon_state = "tile-carpet-happy" + desc = "A piece of carpet with happy patterns. It is the same size as a normal floor tile!"