From 223b62aa59c7881f25d2f0e642dcf7a2c8c9bddb Mon Sep 17 00:00:00 2001
From: PaulyB <43163391+3saster@users.noreply.github.com>
Date: Mon, 9 Sep 2019 23:50:39 -0700
Subject: [PATCH] Wrong offset on Fighter's Fist

---
 wadsrc/static/zscript/actors/hexen/fighterfist.zs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wadsrc/static/zscript/actors/hexen/fighterfist.zs b/wadsrc/static/zscript/actors/hexen/fighterfist.zs
index 7d0e9b94a..48e331e9c 100644
--- a/wadsrc/static/zscript/actors/hexen/fighterfist.zs
+++ b/wadsrc/static/zscript/actors/hexen/fighterfist.zs
@@ -38,7 +38,7 @@ class FWeapFist : FighterWeapon
 		FPCH E 1 Offset (35, 70);
 		FPCH E 1 Offset (45, 80);
 		FPCH E 1 Offset (55, 90);
-		FPCH E 1 Offset (65, 90);
+		FPCH E 1 Offset (65, 100);
 		FPCH E 10 Offset (0, 150);
 		Goto Ready;
 	}