Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Apr 14, 2024
1 parent 3fb28b7 commit e2fccf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/girders.dm
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@

/obj/structure/girder/cult/attackby(obj/item/W, mob/user, params)
add_fingerprint(user)
else if(W.tool_behaviour == TOOL_WELDER)
if(W.tool_behaviour == TOOL_WELDER)
if(!W.tool_start_check(user, amount=0))
return

Expand Down

0 comments on commit e2fccf8

Please sign in to comment.