Skip to content

Commit

Permalink
Update code/modules/projectiles/gun_helpers.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob authored Mar 31, 2024
1 parent 14a29fd commit 7894a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/gun_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ DEFINES in setup.dm, referenced here.
if(flags_gun_features & GUN_BURST_FIRING)
return

if(!ishuman(user) && !HAS_TRAIT(user, TRAIT_OPPOSABLE_THUMBS))
if(!ishuman(usr) && !HAS_TRAIT(usr, TRAIT_OPPOSABLE_THUMBS))
return

if(usr.is_mob_incapacitated() || !usr.loc || !isturf(usr.loc))
Expand Down

0 comments on commit 7894a48

Please sign in to comment.