From b1dbe47bbf49bd25eaa98523bd65029817fc6862 Mon Sep 17 00:00:00 2001 From: bgobandit Date: Wed, 6 Jan 2016 01:30:19 -0500 Subject: [PATCH] Windows give a message when repaired. --- code/game/objects/structures/window.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 0e995f815f0..1c82949c0e8 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -205,6 +205,7 @@ health = maxhealth playsound(loc, 'sound/items/Welder2.ogg', 50, 1) update_nearby_icons() + user << "You repair [src]." else user << "[src] is already in good condition!" return