mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Fixes being able to use binoculars while looking up or down. (#14829)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
var/viewsize = 7
|
||||
|
||||
/obj/item/device/binoculars/attack_self(mob/user)
|
||||
zoom(user,tileoffset,viewsize)
|
||||
zoom(user,tileoffset,viewsize, show_zoom_message = FALSE)
|
||||
|
||||
/obj/item/device/binoculars/high_power
|
||||
name = "high power binoculars"
|
||||
|
||||
Reference in New Issue
Block a user