Skip to content

Commit

Permalink
Update code/game/objects/structures/vulture_spotter.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
Zonespace27 and harryob authored Sep 4, 2023
1 parent f1797b0 commit f1d1190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/vulture_spotter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
on_scope_attach(user, thing)
return

else if(HAS_TRAIT(thing, TRAIT_TOOL_SCREWDRIVER))
if(HAS_TRAIT(thing, TRAIT_TOOL_SCREWDRIVER))
on_screwdriver(user)
return

Expand Down

0 comments on commit f1d1190

Please sign in to comment.