Skip to content

Commit

Permalink
Update pve_guns.dm
Browse files Browse the repository at this point in the history
icon oops
  • Loading branch information
silencer-pl committed Aug 30, 2024
1 parent ab93d14 commit e4acaa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/machinery/vending/vendor_types/pve/pve_guns.dm
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e4acaa3

Please sign in to comment.