From e4acaa32ca9e7669f71564663ee1fab7306cbd19 Mon Sep 17 00:00:00 2001 From: silencer-pl <103842328+silencer-pl@users.noreply.github.com> Date: Thu, 29 Aug 2024 20:39:50 -0400 Subject: [PATCH] Update pve_guns.dm icon oops --- code/game/machinery/vending/vendor_types/pve/pve_guns.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/machinery/vending/vendor_types/pve/pve_guns.dm b/code/game/machinery/vending/vendor_types/pve/pve_guns.dm index 328e7c7b6e..3ccb9adfaa 100644 --- a/code/game/machinery/vending/vendor_types/pve/pve_guns.dm +++ b/code/game/machinery/vending/vendor_types/pve/pve_guns.dm @@ -1,7 +1,7 @@ /obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/guns name = "\improper UAR Automated Weapons Rack" desc = "An automated weapon rack hooked up to a big storage of standard-issue weapons." - icon_state = "guns" + icon_state = "req_guns" req_access = list() req_one_access = list() hackable = TRUE @@ -84,7 +84,7 @@ /obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/extra_munitions/ name = "\improper UAR Automated Explosive, Incendiary and Support Munitions Rack" desc = "An automated weapon rack hooked up to a big storage of standard-issue weapons." - icon_state = "plate" + icon_state = "gear" req_access = list() req_one_access = list() hackable = TRUE @@ -120,7 +120,7 @@ /obj/structure/machinery/cm_vending/sorted/cargo_guns/pve/ammo/ name = "\improper UAR Automated Ammunition Rack" desc = "An automated weapon rack hooked up to a big storage of standard-issue weapons." - icon_state = "req_guns" + icon_state = "req_ammo" req_access = list() req_one_access = list() hackable = TRUE