Skip to content

Commit

Permalink
more ammo
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Aug 14, 2024
1 parent a2d1457 commit 27a9397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -118,7 +118,7 @@
icon_state = "matebacase"
w_class = SIZE_LARGE
max_w_class = SIZE_MEDIUM
storage_slots = 6
storage_slots = 7

/obj/item/storage/box/loadout/upp
name = "Type 73 storing case"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/pistols.dm
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
icon = 'icons/obj/items/weapons/guns/guns_by_faction/colony.dmi'
icon_state = "m43"
item_state = "m43"
flags_gun_features = GUN_CAN_POINTBLANK|GUN_ONE_HAND_WIELDED
flags_gun_features = GUN_AUTO_EJECTOR|GUN_CAN_POINTBLANK|GUN_ONE_HAND_WIELDED
fire_sound = 'sound/weapons/gun_m43.ogg'
current_mag = /obj/item/ammo_magazine/pistol/clfpistol
w_class = SIZE_TINY
Expand Down

0 comments on commit 27a9397

Please sign in to comment.