Skip to content

Commit

Permalink
quick fix for the powerfist x2 (#488)
Browse files Browse the repository at this point in the history
* this isthis is the last fix i swear

* nvm am stupid
  • Loading branch information
casualspacestation14enjoyer authored Nov 6, 2023
1 parent 66598ae commit a320849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/powerfist.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
return

/obj/item/melee/powerfist/attack(mob/living/M, mob/living/user, target_zone, animate)
if(!user.a_intent == I_HURT)
if(user.a_intent != I_HURT)
return
. = ..()
if(!tank)
Expand Down

0 comments on commit a320849

Please sign in to comment.