Skip to content

Commit

Permalink
Update armored_weapons.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 committed Dec 4, 2024
1 parent dd12c4d commit 1604e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/vehicles/armored/armored_weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
if(isdatum(ammo))
QDEL_NULL(ammo)
QDEL_LIST(ammo_magazine)
QDEL_LIST(accepted_ammo)
accepted_ammo.Cut()
return ..()

///called by the chassis: begins firing, yes this is stolen from mech but I made both so bite me
Expand Down

0 comments on commit 1604e74

Please sign in to comment.