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()
@@ -44,7 +44,8 @@
/obj/item/clothing/under/rank/nursesuit,
/obj/item/clothing/head/nursehat,
/obj/item/gps/medical,
/obj/item/storage/box/freezer = 3)
/obj/item/storage/box/freezer = 3,
/obj/item/clothing/glasses/hud/health)
/obj/structure/closet/secure_closet/medical3/Initialize(mapload)
if(prob(50))