From 6bb324fd55df3578060ff78ba75c5512c991170a Mon Sep 17 00:00:00 2001 From: Razgriz Date: Mon, 13 Jul 2020 03:08:46 -0700 Subject: [PATCH] fix comment compile error --- code/game/objects/items/stacks/tiles/tile_types.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/stacks/tiles/tile_types.dm b/code/game/objects/items/stacks/tiles/tile_types.dm index 550b975e15..9a097361c8 100644 --- a/code/game/objects/items/stacks/tiles/tile_types.dm +++ b/code/game/objects/items/stacks/tiles/tile_types.dm @@ -97,7 +97,7 @@ icon_state = "tile-tealcarpet" no_variants = FALSE -/*/obj/item/stack/tile/carpet/bcarpet //YW EDIT: Commented out to help with upstream merging. Get on this you fucking virgo bois. -yw +/obj/item/stack/tile/carpet/bcarpet //YW EDIT: Commented out to help with upstream merging. Get on this you fucking virgo bois. -yw //CHOMP Comment: Yawn commented out this block, but CHOMP already commented out this stuff so I just removed theirs. icon_state = "tile-carpet" /obj/item/stack/tile/carpet/blucarpet @@ -111,7 +111,8 @@ /obj/item/stack/tile/carpet/purcarpet icon_state = "tile-carpet" /obj/item/stack/tile/carpet/oracarpet - icon_state = "tile-carpet"*/ + icon_state = "tile-carpet" + */ /obj/item/stack/tile/floor name = "floor tile"