From 2aab019cbafc236e77a6b1f14482bad871fbd27a Mon Sep 17 00:00:00 2001 From: RavingManiac Date: Sat, 4 Oct 2014 04:05:26 +0800 Subject: [PATCH] Binoculars zoom no longer a right-click menu option. Already supplanted by attack_self(). --- code/game/objects/items/devices/binoculars.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/binoculars.dm b/code/game/objects/items/devices/binoculars.dm index c756f6f311d..d97bd478462 100644 --- a/code/game/objects/items/devices/binoculars.dm +++ b/code/game/objects/items/devices/binoculars.dm @@ -34,7 +34,7 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out. /obj/item/device/binoculars/verb/zoom() set category = "Object" set name = "Use" - set popup_menu = 1 + set popup_menu = 0 if(usr.stat || !(istype(usr,/mob/living/carbon/human))) usr << "You are unable to focus through the binoculars."