several bugfixes (#7577)

This commit is contained in:
Timothy Teakettle
2026-05-15 19:31:46 +02:00
committed by GitHub
parent edbe9fbf5f
commit 0e3eef37c8
11 changed files with 27 additions and 16 deletions
@@ -11,9 +11,14 @@
//materials_base = list("metal" = 50, MAT_GLASS = 50)
/obj/item/binoculars/attack_self(mob/user, datum/event_args/actor/actor)
. = ..()
if(.)
return
zoom()
// the zoom proc needs taking out back but this fixes binoculars being janky for now
/obj/item/binoculars/unequipped(mob/user, slot, flags)
. = ..()
if(zoom)
zoom()