From e54bd45b463dba5e9b95844ad6ee64ae167ec2e8 Mon Sep 17 00:00:00 2001 From: Zonespace <41448081+Zonespace27@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:43:46 -0700 Subject: [PATCH] Update code/game/machinery/vending/vendor_types/crew/commanding_officer.dm --- .../machinery/vending/vendor_types/crew/commanding_officer.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/machinery/vending/vendor_types/crew/commanding_officer.dm b/code/game/machinery/vending/vendor_types/crew/commanding_officer.dm index 8e6ea64afa66..d7d49a8ae044 100644 --- a/code/game/machinery/vending/vendor_types/crew/commanding_officer.dm +++ b/code/game/machinery/vending/vendor_types/crew/commanding_officer.dm @@ -39,7 +39,6 @@ GLOBAL_LIST_INIT(cm_vending_gear_commanding_officer, list( list("S4 2x Telescopic Mini-Scope", 15, /obj/item/attachable/scope/mini, null, VENDOR_ITEM_REGULAR), list("Helmet Visors", 0, null, null, null), - list("Night Vision Visor", 25, /obj/item/device/helmet_visor/night_vision, null, VENDOR_ITEM_RECOMMENDED), list("Welding Visor", 5, /obj/item/device/helmet_visor/welding_visor, null, VENDOR_ITEM_RECOMMENDED), list("UNDERBARREL ATTACHMENTS", 0, null, null, null),