Skip to content

Commit

Permalink
skill issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax committed Feb 8, 2024
1 parent 15e1dbb commit 0d24f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/plasticflaps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@

else if(O.force >= 10)
user.visible_message(SPAN_DANGER("\The [src] has been [pick(O.attack_verb)] with [O] by [user]!"))
take_damage(O.force)
user.setClickCooldown(O.update_attack_cooldown())
user.do_attack_animation(src)
take_damage(O.force)
obj_attack_sound(O)
return

Expand Down

0 comments on commit 0d24f01

Please sign in to comment.