]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/items/items.qh
Some more defs.qh cleanup, update gameplay hash
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / items / items.qh
index 406f424fa34e9860e5ab1ce3bbbeb99a02ad8634..96d61b0c29dad51bd93dea4dd5d78080cb2c642f 100644 (file)
@@ -18,6 +18,8 @@ const float ITEM_RESPAWN_TICKS = 10;
 
 .float item_respawncounter;
 
+.float superweapons_finished; // NOTE: this field is used only by map entities, it does not directly apply the superweapons stat
+
 // delay before this item can be picked up
 .float item_spawnshieldtime;