Skip to content

Commit

Permalink
Update ModularTegustation/agent_skills/ranged/grenade_launcher.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Gboster-0 <[email protected]>
  • Loading branch information
Kitsunemitsu and Gboster-0 authored Jan 19, 2025
1 parent 78e14ca commit 2a6923f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModularTegustation/agent_skills/ranged/grenade_launcher.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
var/list/gunsinhand = list()
for(var/obj/item/ego_weapon/ranged/Gun in shooter.held_items)
gunsinhand+=Gun
if(!LAZYLEN(gunsinhand))
if(!length(gunsinhand))
return ..()

var/obj/item/ego_weapon/ranged/chosengun = pick(gunsinhand)
Expand Down

0 comments on commit 2a6923f

Please sign in to comment.