]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/item/powerup.qc
Add jetpack
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item / powerup.qc
index 7270664d41f61504b98a7c50dcf782ef75c2e06c..9100e0bb3643430a4fe5cb84a2b8e8948e7dead3 100644 (file)
@@ -19,6 +19,8 @@ DEFINE(Strength
     ,   model               =   "models/items/g_strength.md3"
     ,   sound               =   "misc/powerup.wav"
     ,   name                =   "Strength Powerup"
+    )
+    ,IF(SV, CONFIGURE
     ,   itemid              =   IT_STRENGTH
     )
 )
@@ -27,6 +29,8 @@ DEFINE(Shield
     ,   model               =   "models/items/g_invincible.md3"
     ,   sound               =   "misc/powerup_shield.wav"
     ,   name                =   "Shield"
+    )
+    ,IF(SV, CONFIGURE
     ,   itemid              =   IT_INVINCIBLE
     )
 )