From c7c5e227170bea1cadf9b06ebc5dffbf2a07dee5 Mon Sep 17 00:00:00 2001 From: Hubblenaut Date: Thu, 10 Mar 2016 17:06:09 +0100 Subject: [PATCH] verb shows on playermade windows --- 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 a7cf63b34b..3c39c382fa 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -334,6 +334,7 @@ //player-constructed windows if (constructed) anchored = 0 + update_verbs() if (start_dir) set_dir(start_dir)