mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-13 08:38:01 -05:00
Buildables: remove dialog on no purchase
This commit is contained in:
@ -2615,7 +2615,6 @@ buildable_place_think()
|
|||||||
if (player.score < self.stub.cost)
|
if (player.score < self.stub.cost)
|
||||||
{
|
{
|
||||||
self play_sound_on_ent( "no_purchase" );
|
self play_sound_on_ent( "no_purchase" );
|
||||||
player maps/mp/zombies/_zm_audio::create_and_play_dialog( "general", "no_money_weapon" );
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2679,7 +2678,6 @@ buildable_place_think()
|
|||||||
if (player.score < self.stub.cost)
|
if (player.score < self.stub.cost)
|
||||||
{
|
{
|
||||||
self play_sound_on_ent( "no_purchase" );
|
self play_sound_on_ent( "no_purchase" );
|
||||||
player maps/mp/zombies/_zm_audio::create_and_play_dialog( "general", "no_money_weapon" );
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if ( !maps/mp/zombies/_zm_equipment::is_limited_equipment( self.stub.weaponname ) || !maps/mp/zombies/_zm_equipment::limited_equipment_in_use( self.stub.weaponname ) )
|
if ( !maps/mp/zombies/_zm_equipment::is_limited_equipment( self.stub.weaponname ) || !maps/mp/zombies/_zm_equipment::limited_equipment_in_use( self.stub.weaponname ) )
|
||||||
|
Reference in New Issue
Block a user