Skip to content

Commit

Permalink
yet another TC bugfix!!! (#4400)
Browse files Browse the repository at this point in the history
* the buff

finally

* ctrl f

* we are so back

the fix

* Update tribal_claw.dm

---------

Co-authored-by: wraith-54321 <[email protected]>
  • Loading branch information
ven1883 and wraith-54321 authored Nov 29, 2024
1 parent 1660797 commit c1daa08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monkestation/code/modules/martial_arts/tribal_claw.dm
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ If the target is T3 grabbed or sleeping, instead deal 60 damage with a weeping a

//balance feature, prevents damage bonus
if(LAZYLEN(head?.wounds) > 0)
for(var/i in head.wounds)
if (i == critical_wound_type)
for(var/wound in head.wounds)
if (istype(wound, critical_wound_type))
is_jugcut = TRUE
break

Expand Down

0 comments on commit c1daa08

Please sign in to comment.