From cf3bba528584c272eee579b2f51b600f3ef0ef33 Mon Sep 17 00:00:00 2001 From: Heroman Date: Thu, 25 Feb 2021 16:06:22 +1000 Subject: [PATCH] Updates year of linoleum --- code/game/turfs/flooring/flooring.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/turfs/flooring/flooring.dm b/code/game/turfs/flooring/flooring.dm index 31d39aa47d8..3ef89064f77 100644 --- a/code/game/turfs/flooring/flooring.dm +++ b/code/game/turfs/flooring/flooring.dm @@ -148,7 +148,7 @@ var/list/flooring_types icon_base = "grass_sif" build_type = /obj/item/stack/tile/grass/sif has_base_range = 1 - + /decl/flooring/grass/sif/forest name = "thick growth" desc = "A natural moss that has adapted to the sheer cold climate." @@ -379,7 +379,7 @@ var/list/flooring_types /decl/flooring/linoleum name = "linoleum" - desc = "It's like the 2390's all over again." + desc = "It's like the 2090's all over again." // VOREStation Lore Edit - we're not past 2390's yet icon = 'icons/turf/flooring/linoleum.dmi' icon_base = "lino" can_paint = 1