]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/item.qh
Experimental status effects system: general backend for buffs and debuffs networked...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item.qh
index 5c6ec494a3d33bd92536aa5a701d7d8da2971514..8f651ad049bb19fd8d44591af923f9bbbc95357c 100644 (file)
@@ -63,6 +63,7 @@ const int ITS_GLOW              = BIT(6);
 #ifdef SVQC
 .float strength_finished; // NOTE: this field is used only by map entities, it does not directly apply the strength stat
 .float invincible_finished; // ditto
+.float buffs_finished; // ditts
 
 #define spawnfunc_body(item) \
        if (!Item_IsDefinitionAllowed(item)) \