mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Binoculars zoom no longer a right-click menu option. Already supplanted by attack_self().
This commit is contained in:
@@ -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()
|
/obj/item/device/binoculars/verb/zoom()
|
||||||
set category = "Object"
|
set category = "Object"
|
||||||
set name = "Use"
|
set name = "Use"
|
||||||
set popup_menu = 1
|
set popup_menu = 0
|
||||||
|
|
||||||
if(usr.stat || !(istype(usr,/mob/living/carbon/human)))
|
if(usr.stat || !(istype(usr,/mob/living/carbon/human)))
|
||||||
usr << "You are unable to focus through the binoculars."
|
usr << "You are unable to focus through the binoculars."
|
||||||
|
|||||||
Reference in New Issue
Block a user