mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 14:47:10 +01:00
several bugfixes (#7577)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user