Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Oct 10, 2024
1 parent bc6453e commit 8917ea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/items/storage/guncases.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
if(ispath(mag_type, /obj/item/ammo_box) | ispath(mag_type, /obj/item/stock_parts/cell))
new mag_type(src, ammoless)

/// Need to double check this in a seperate pr that adds this to a few ships
/// Eats the items on its tile
/obj/item/storage/guncase/mapper
grab_loc = TRUE
Expand Down Expand Up @@ -112,6 +113,7 @@
max_items = 8
max_w_class = WEIGHT_CLASS_NORMAL

/// Need to double check this in a seperate pr that adds this to a few ships
/// Eats the items on its tile
/obj/item/storage/guncase/pistol/mapper
grab_loc = TRUE
Expand Down

0 comments on commit 8917ea1

Please sign in to comment.