Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Nov 15, 2024
2 parents cf717e9 + 2e6ca13 commit dd1b6fe
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/datums/supply_packs/black_market.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ This is where the RO can reclaim their lost honor and purchase the M44 custom, t

/datum/supply_packs/contraband/deep_storage/clf_holdout
name = "D18 Holdout Pistol"
contains = list(/obj/item/storage/box/loadout/clf)
contains = list(/obj/item/storage/box/loadout/CLF_loadout)
dollar_cost = 10
crate_heat = 2
containertype = /obj/structure/largecrate/black_market
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
storage_slots = 4
can_hold = list(/obj/item/weapon/gun/pistol/clfpistol, /obj/item/ammo_magazine/pistol/clfpistol)

/obj/item/storage/box/loadout/clf/fill_preset_inventory()
/obj/item/storage/box/loadout/CLF_loadout/fill_preset_inventory()
handle_item_insertion(new /obj/item/weapon/gun/pistol/clfpistol())
for(var/i = 1 to storage_slots - 1)
new /obj/item/ammo_magazine/pistol/clfpistol(src)
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/under/ties.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,7 @@
desc = "A set of magazine webbing made in an alternative configuration for standard M3 Pattern armor. This one is exclusively issued to Force Reconnoissance units."
icon_state = "m3rwebbing"
hold = /obj/item/storage/internal/accessory/webbing/m3mag/recon
flags_atom = NO_SNOW_TYPE

/obj/item/storage/internal/accessory/webbing/m3mag/recon
storage_slots = 4
Expand Down
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-553.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "BonniePandora"
delete-after: True
changes:
- bugfix: "Hummingbird pistol and ammo now spawn in the loadout weapon case"
3 changes: 3 additions & 0 deletions html/changelogs/archive/2024-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@
- imageadd: Helmet garb adjusted to account for M10 helmet cameras
- imageadd: New, wide variants of helmet garb for UPP style helmets
- imagedel: Deletes the padded, carrier, and skull armors due to unneeded redundancy
2024-11-15:
Max-023:
- bugfix: Recon webbing now has the NO_SNOW_TYPE flag
2 changes: 1 addition & 1 deletion maps/map_files/LV624_Fixed/LV624_repaired.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -17708,7 +17708,7 @@
/area/lv624/ground/river/east_river)
"wWs" = (
/obj/structure/surface/rack,
/obj/item/storage/box/loadout/clf,
/obj/item/storage/box/loadout/CLF_loadout,
/turf/open/shuttle/bright_red,
/area/lv624/lazarus/crashed_ship_containers)
"wXg" = (
Expand Down

0 comments on commit dd1b6fe

Please sign in to comment.