]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/instagib/items.qh
Made instagib powerups on par with vanilla ones.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / instagib / items.qh
index f0e18daab5aad3e3fa9f65b7473f5d80eda5ab83..7e0dfc066427e12fb90d36e6c2b243a0756aafd2 100644 (file)
@@ -81,6 +81,8 @@ REGISTER_ITEM(Invisibility, Powerup) {
 #ifdef GAMEQC
     this.m_model            =   MDL_Invisibility_ITEM;
     this.m_sound            =   SND_Invisibility;
+    this.m_glow             =   true;
+    this.m_respawnsound     =   SND_STRENGTH_RESPAWN;
 #endif
     this.netname            =   "invisibility";
     this.m_name             =   "Invisibility";
@@ -111,6 +113,8 @@ REGISTER_ITEM(Speed, Powerup) {
 #ifdef GAMEQC
     this.m_model            =   MDL_Speed_ITEM;
     this.m_sound            =   SND_Speed;
+    this.m_glow             =   true;
+    this.m_respawnsound     =   SND_SHIELD_RESPAWN;
 #endif
     this.netname            =   "speed";
     this.m_name             =   "Speed";