From 69a09e849a635ce324b3fba0eb7a5dcbb345f0db Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Fri, 17 Aug 2018 21:31:20 +0200 Subject: [PATCH] Already sent a fix for this, removing the workaround. --- zscript/eightball.zsc | 1 - 1 file changed, 1 deletion(-) diff --git a/zscript/eightball.zsc b/zscript/eightball.zsc index ae23399..81c5469 100644 --- a/zscript/eightball.zsc +++ b/zscript/eightball.zsc @@ -192,7 +192,6 @@ Class UTGrenade : UTRocket Default { DamageType 'GrenadeDeath'; - Damage 1; // needs to be nonzero for self-hit to work (might send a PR to fix this later) -NOGRAVITY; +USEBOUNCESTATE; -BOUNCEAUTOOFF;