From ab6b3519d1d68829b7a053818d02f140fcdb9ae1 Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Wed, 18 Sep 2019 16:49:53 +0200 Subject: [PATCH] Hotfix: I keep forgetting that sometimes actors can cease to exist out of the blue. --- zscript/flakcannon.zsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zscript/flakcannon.zsc b/zscript/flakcannon.zsc index 53e7a93..2393f1d 100644 --- a/zscript/flakcannon.zsc +++ b/zscript/flakcannon.zsc @@ -123,7 +123,10 @@ Class FlakAccumulator : Thinker if ( victim.health-total <= gibhealth ) inflictor.bEXTREMEDEATH = true; // 何? for ( int i=0; i