From dda6ef82bd8e0033888187aecc6d9ef0806d9158 Mon Sep 17 00:00:00 2001 From: Jarcolr Date: Fri, 27 Jun 2014 10:22:05 +0300 Subject: [PATCH] Psych bed >> Freudian couch Vetinarix kept the icon_state name when the Medbay Renovation PR thing got in. Malsquando wanted this changed. --- code/game/objects/structures/stool_bed_chair_nest/bed.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/stool_bed_chair_nest/bed.dm b/code/game/objects/structures/stool_bed_chair_nest/bed.dm index 4f3112cb355..851716688d4 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/bed.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/bed.dm @@ -14,7 +14,7 @@ var/mob/living/buckled_mob /obj/structure/stool/bed/psych - name = "psych bed" + name = "freudian couch" desc = "For prime comfort during psychiatric evaluations." icon_state = "psychbed"