[MIRROR] Moree unarmed fixes (#10234)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-28 04:40:19 -07:00
committed by GitHub
parent 812150cd72
commit debcb137ea
7 changed files with 302 additions and 285 deletions

View File

@@ -12,7 +12,7 @@ var/const/tk_maxrange = 15
*/
/atom/proc/attack_tk(mob/user)
if(user.stat) return
user.UnarmedAttack(src,0) // attack_hand, attack_paw, etc
user.UnarmedAttack(src,0)
return
/*