Skip to content

Commit

Permalink
Update gun.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Theos <[email protected]>
  • Loading branch information
SomeguyManperson authored Jun 9, 2024
1 parent f20091a commit 5db7219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cargo/packs/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
. = ..()
if(!start_empty)
return .
for(var/obj/item/gun/G in C.contents)
G.set_empty()
for(var/obj/item/gun/thegun in C.contents)
thegun.set_empty()

/*
Pistols
Expand Down

0 comments on commit 5db7219

Please sign in to comment.