From: Mario Date: Thu, 16 Jul 2020 17:45:42 +0000 (+1000) Subject: Fix respawn_ghost effectinfo definition X-Git-Tag: xonotic-v0.8.5~859 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=be06a03142a6d7ab282f9ebf0d0991496c76c5a7;p=xonotic%2Fxonotic-data.pk3dir.git Fix respawn_ghost effectinfo definition --- diff --git a/qcsrc/common/effects/effectinfo.inc b/qcsrc/common/effects/effectinfo.inc index 80c6bbacf..090d2b111 100644 --- a/qcsrc/common/effects/effectinfo.inc +++ b/qcsrc/common/effects/effectinfo.inc @@ -9089,8 +9089,8 @@ SUB(TE_TEI_G3_HIT) { } // respawn ghosts effect -DEF(RESPAWN_GHOST); -SUB(RESPAWN_GHOST) { +DEF(respawn_ghost); +SUB(respawn_ghost) { MY(count) = 75; MY(type) = "static"; MY(color_min) = "0xA0A0A0";