Skip to content

Commit

Permalink
Merge branch 'm707-vulture' of https://github.com/Zonespace27/cmss13
Browse files Browse the repository at this point in the history
…into m707-vulture
  • Loading branch information
Zonespace27 committed Sep 4, 2023
2 parents 4fbcd80 + f1d1190 commit a5b36de
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 a5b36de

Please sign in to comment.