From 8c75c2382218561ab330ba04ade85db23d99d4ab Mon Sep 17 00:00:00 2001 From: Dasperal Date: Sun, 23 May 2021 19:23:15 +0300 Subject: [PATCH] - Fixed bug with BishopPuff moving in wrong direction --- wadsrc/static/zscript/actors/hexen/bishop.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/actors/hexen/bishop.zs b/wadsrc/static/zscript/actors/hexen/bishop.zs index 4ebd519f5..1b65f3edb 100644 --- a/wadsrc/static/zscript/actors/hexen/bishop.zs +++ b/wadsrc/static/zscript/actors/hexen/bishop.zs @@ -63,7 +63,7 @@ class Bishop : Actor BISH J 5 BRIGHT A_Explode(random[BishopBoom](25,40)); BISH K 5 Bright; BISH LM 4 Bright; - BISH N 4 A_SpawnItemEx("BishopPuff", 0,0,40, 0,0,-0.5); + BISH N 4 A_SpawnItemEx("BishopPuff", 0,0,40, 0,0,0.5); BISH O 4 A_QueueCorpse; BISH P -1; Stop;