Skip to content

Commit

Permalink
small adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Aug 11, 2023
1 parent b5b5934 commit 1a8152a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
///TRUE Means that it closes a flap over its contents, and therefore update_icon should lift that flap when opened. If it doesn't have _half and _full iconstates, this doesn't matter either way.
var/flap = TRUE

/obj/item/storage/belt/gun/dump_into(obj/item/storage/Main, mob/user)
/obj/item/storage/belt/gun/flaregun/dump_into(obj/item/storage/Main, mob/user)

if(length(holstered_guns) < 1 && length(contents) >= (storage_slots-1))

Expand Down

0 comments on commit 1a8152a

Please sign in to comment.