X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmutators%2Fmutator%2Finstagib%2Fitems.qh;fp=qcsrc%2Fcommon%2Fmutators%2Fmutator%2Finstagib%2Fitems.qh;h=ab6843ed53ea7e358ceed756771c0515d3f07e65;hp=e6354c9361bc4323ce01d38b575023877e09b85a;hb=4e4a3363115b1ec692b87ed4109623937d76e326;hpb=f47e7aa40af150936892797bc52bf0c2f09a4211 diff --git a/qcsrc/common/mutators/mutator/instagib/items.qh b/qcsrc/common/mutators/mutator/instagib/items.qh index e6354c9361..ab6843ed53 100644 --- a/qcsrc/common/mutators/mutator/instagib/items.qh +++ b/qcsrc/common/mutators/mutator/instagib/items.qh @@ -24,8 +24,8 @@ void ammo_vaporizercells_init(entity item) #endif REGISTER_ITEM(VaporizerCells, Ammo) { this.m_canonical_spawnfunc = "item_vaporizer_cells"; - this.spawnflags = ITEM_FLAG_INSTAGIB | ITEM_FLAG_MUTATORBLOCKED; #ifdef GAMEQC + this.spawnflags = ITEM_FLAG_INSTAGIB | ITEM_FLAG_MUTATORBLOCKED; this.m_model = MDL_VaporizerCells_ITEM; this.m_sound = SND_VaporizerCells; #endif @@ -51,8 +51,8 @@ SOUND(ExtraLife, Item_Sound("megahealth")); REGISTER_ITEM(ExtraLife, Powerup) { this.m_canonical_spawnfunc = "item_extralife"; - this.spawnflags = ITEM_FLAG_INSTAGIB; #ifdef GAMEQC + this.spawnflags = ITEM_FLAG_INSTAGIB; this.m_model = MDL_ExtraLife_ITEM; this.m_sound = SND_ExtraLife; #endif @@ -81,8 +81,8 @@ void powerup_invisibility_init(entity item); REGISTER_ITEM(Invisibility, Powerup) { this.m_canonical_spawnfunc = "item_invisibility"; - this.spawnflags = ITEM_FLAG_INSTAGIB; #ifdef GAMEQC + this.spawnflags = ITEM_FLAG_INSTAGIB; this.m_model = MDL_Invisibility_ITEM; this.m_sound = SND_Invisibility; this.m_glow = true; @@ -116,8 +116,8 @@ void powerup_speed_init(entity item); REGISTER_ITEM(Speed, Powerup) { this.m_canonical_spawnfunc = "item_speed"; - this.spawnflags = ITEM_FLAG_INSTAGIB; #ifdef GAMEQC + this.spawnflags = ITEM_FLAG_INSTAGIB; this.m_model = MDL_Speed_ITEM; this.m_sound = SND_Speed; this.m_glow = true;