Skip to content

Commit

Permalink
Resolving Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumbgunner committed Apr 10, 2024
1 parent 34d3930 commit 3aaa4da
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions code/game/objects/items/storage/large_holster.dm
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,11 @@
storage_flags = STORAGE_FLAGS_POUCH|STORAGE_ALLOW_QUICKDRAW
var/flap = TRUE
var/list/obj/item/weapon/gun/holster_slots = list(
"1" = list(
"gun" = null,
"underlay_sprite" = null,
"underlay_transform" = null,
"icon_x" = 0,
"icon_y" = 0))
"gun" = null,
"underlay_sprite" = null,
"underlay_transform" = null,
"icon_x" = 0,
"icon_y" = 0)

var/list/holstered_guns = list()

Expand Down

0 comments on commit 3aaa4da

Please sign in to comment.