Skip to content

Commit

Permalink
9mm Speedloader Tweaks (#593)
Browse files Browse the repository at this point in the history
Made 9mm Speedloaders Tiny, and cost 2 Points instead of 3 in the loadout menu

9mm Revolvers are Small, Currently 9mm Speedloaders are also Small.

This means its more space effective to hold another revolver instead of a speedloader and means you can skip the reload of a revolver. This nulls the entire purpose of the Speedloader.

The loadout price change is due to the fact I think having the 9mm speedloader cost as much as the gun is kinda iffy.
  • Loading branch information
FungiFellow authored Oct 14, 2024
1 parent abbb84a commit a7e684b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
parent: BaseItem
abstract: true
components:
- type: Item
size: Tiny
- type: Tag
tags:
- SpeedLoader9
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Nuclear14/Loadouts/items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- type: loadout
id: N14SpeedLoader9
category: Items
cost: 3
cost: 2
items:
- SpeedLoader9

Expand Down

0 comments on commit a7e684b

Please sign in to comment.