Took out sounds

This commit is contained in:
ChocoTaco 2019-01-01 13:34:29 -05:00
parent 457a211da1
commit 3a315c4bd2

View file

@ -14,14 +14,16 @@ function NBRStatusNotify( %game, %client, %respawn )
{ {
if( $NoBaseRapeNotifyCount !$= 0 ) if( $NoBaseRapeNotifyCount !$= 0 )
{ {
messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Enabled.~wfx/misc/nexus_cap.wav'); //messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Enabled.~wfx/misc/nexus_cap.wav');
messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Enabled.');
$NoBaseRapeNotifyCount = 0; $NoBaseRapeNotifyCount = 0;
} }
} }
//Off //Off
else if( $NoBaseRapeNotifyCount !$= 1 ) else if( $NoBaseRapeNotifyCount !$= 1 )
{ {
messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Disabled.~wfx/misc/diagnostic_on.wav'); //messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Disabled.~wfx/misc/diagnostic_on.wav');
messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Disabled.');
$NoBaseRapeNotifyCount = 1; $NoBaseRapeNotifyCount = 1;
} }
} }