X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fcompat%2Fquake3.qc;h=dbf2a80177ec55718aed480b1748f7fc23385d2d;hp=630b1ceb850702ff30eb1323ba559317cd97600e;hb=65ba38c5228d8af26ac2b04b6e6e536a1772f446;hpb=729f7cf812441720792d8a0e3444f3c3828368b6 diff --git a/qcsrc/server/compat/quake3.qc b/qcsrc/server/compat/quake3.qc index 630b1ceb85..dbf2a80177 100644 --- a/qcsrc/server/compat/quake3.qc +++ b/qcsrc/server/compat/quake3.qc @@ -116,7 +116,7 @@ void target_init_use(entity this, entity actor, entity trigger) if (!(this.spawnflags & 8)) { - actor.strength_finished = 0; + STAT(STRENGTH_FINISHED, actor) = 0; actor.invincible_finished = 0; if(STAT(BUFFS, actor)) // TODO: make a dropbuffs function to handle this {