Revolver in roundstart holsters is on the last slot and not on first (#86023)

## Why It's Good For The Game
Always have to move revolver to the last slot, and if you don't, the
hotkey will give you a speedloader instead, which is very annoying
sometimes(especially in deathmatch).

🆑
qol: revolver in roundstart holsters is on the last slot and not on
first
/🆑
This commit is contained in:
Xackii
2024-08-28 14:21:26 -04:00
committed by GitHub
parent 8fa9db8869
commit de114a90df
+3 -3
View File
@@ -113,8 +113,8 @@
/obj/item/storage/belt/holster/detective/full/PopulateContents()
generate_items_inside(list(
/obj/item/gun/ballistic/revolver/c38/detective = 1,
/obj/item/ammo_box/c38 = 2,
/obj/item/gun/ballistic/revolver/c38/detective = 1,
), src)
/obj/item/storage/belt/holster/detective/full/ert
@@ -126,8 +126,8 @@
/obj/item/storage/belt/holster/detective/full/ert/PopulateContents()
generate_items_inside(list(
/obj/item/gun/ballistic/automatic/pistol/m1911 = 1,
/obj/item/ammo_box/magazine/m45 = 2,
/obj/item/gun/ballistic/automatic/pistol/m1911 = 1,
),src)
/obj/item/storage/belt/holster/chameleon
@@ -197,8 +197,8 @@
/obj/item/storage/belt/holster/nukie/cowboy/full/PopulateContents()
generate_items_inside(list(
/obj/item/gun/ballistic/revolver/syndicate/cowboy/nuclear = 1,
/obj/item/ammo_box/a357 = 2,
/obj/item/gun/ballistic/revolver/syndicate/cowboy/nuclear = 1,
), src)