Severely nerfs binoculars in viewsize and time to use. (#21226)

Binoculars are an excessively centralizing item that has essentially
zero downsides (!) while giving you near omniscience of three screens'
worth of information. This is particularly broken when used in the hands
of ship crew, who have access to up to 3 at roundstart (including
warehouse spawns).

They are now far less strong. A 1.5 seconds windup has been added to
using them, and their viewsize is down to 7 from **14 (!!!!!!!)** for
the standard binocs, and 8 for the high power binocs.

Standard binocs example:
<img width="1349" height="1349" alt="image"
src="https://github.com/user-attachments/assets/d60ac6d2-e782-4c02-b011-9d90193c8046"
/>

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2025-08-25 12:28:27 +02:00
committed by GitHub
parent 5e3ed5fe45
commit 58dfd19e07
4 changed files with 67 additions and 5 deletions
@@ -15,7 +15,7 @@
if(!.)
return FALSE
zoom(owner, 7, 7, FALSE, FALSE)
zoom(owner, 6, 7, FALSE, FALSE)
owner.visible_message(
zoom ? "<b>[owner]</b>'s pupils narrow..." : "<b>[owner]</b>'s pupils return to normal.",
range = 3
+1 -1
View File
@@ -187,7 +187,7 @@
return
owner.visible_message("<b>[user]'s</b> eyes clicks loudly as they focus ahead.", range = 3)
zoom(owner, 7, 7, FALSE, FALSE)
zoom(owner, 6, 7, FALSE, FALSE)
/obj/item/organ/internal/augment/eye_flashlight
name = "eye flashlight"