Skip to content

Commit

Permalink
fixes the claris among other things
Browse files Browse the repository at this point in the history
  • Loading branch information
rye-rice committed Oct 2, 2023
1 parent 703344b commit f1a13e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/projectiles/boxes_magazines/ammo_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
max_ammo = 22
multiple_sprites = AMMO_BOX_FULL_EMPTY
item_flags = NO_MAT_REDEMPTION
instant_load = TRUE

// Ammo Boxes

Expand Down
1 change: 1 addition & 0 deletions code/modules/projectiles/boxes_magazines/internal/gauss.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
ammo_type = /obj/item/ammo_casing/caseless/gauss
caliber = "pellet"
max_ammo = 22
instant_load = TRUE

0 comments on commit f1a13e5

Please sign in to comment.