1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 23:57:59 -05:00

Buildables: remove dialog on no purchase

This commit is contained in:
Jbleezy
2021-12-12 16:33:47 -08:00
parent e967a85702
commit 4acad84523

View File

@ -2615,7 +2615,6 @@ buildable_place_think()
if (player.score < self.stub.cost)
{
self play_sound_on_ent( "no_purchase" );
player maps/mp/zombies/_zm_audio::create_and_play_dialog( "general", "no_money_weapon" );
continue;
}
@ -2679,7 +2678,6 @@ buildable_place_think()
if (player.score < self.stub.cost)
{
self play_sound_on_ent( "no_purchase" );
player maps/mp/zombies/_zm_audio::create_and_play_dialog( "general", "no_money_weapon" );
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 ) )