From 6ec929c14dbdc33cc6ef4366f1141091e745ff1e Mon Sep 17 00:00:00 2001 From: Kearel Date: Wed, 6 Jan 2016 15:12:05 -0600 Subject: [PATCH] should realistically fix merge conflicts I don't know actually if it will. --- code/modules/games/boardgame.dm | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/code/modules/games/boardgame.dm b/code/modules/games/boardgame.dm index 62abc1daa49..54a9866ea4d 100644 --- a/code/modules/games/boardgame.dm +++ b/code/modules/games/boardgame.dm @@ -89,19 +89,22 @@ obj/item/weapon/board/attackby(obj/item/I as obj, mob/user as mob) dat += "'#66CCFF'>" else dat += "'#252536'>" - dat += "= 0) + if(selected >= 0 && !isobserver(user)) dat += "
Remove Selected Piece" user << browse(dat,"window=boardgame;size=500x500") onclose(usr, "boardgame")