From 8cab43f29bdeaeac271ac6e7184b07f3582be4b6 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Thu, 3 Jan 2019 15:48:55 -0500 Subject: [PATCH] Some changes --- Classic/scripts/autoexec/NoBaseRapeNotify.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classic/scripts/autoexec/NoBaseRapeNotify.cs b/Classic/scripts/autoexec/NoBaseRapeNotify.cs index d91765b..d8dddb2 100644 --- a/Classic/scripts/autoexec/NoBaseRapeNotify.cs +++ b/Classic/scripts/autoexec/NoBaseRapeNotify.cs @@ -15,7 +15,7 @@ function NBRStatusNotify( %game, %client, %respawn ) if( $NoBaseRapeNotifyCount !$= 0 ) { //messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Enabled.~wfx/misc/nexus_cap.wav'); - messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Enabled.'); + messageAll('MsgNoBaseRapeNotify', '\c1No Base Rape: \c0Enabled.'); $NoBaseRapeNotifyCount = 0; } } @@ -23,7 +23,7 @@ function NBRStatusNotify( %game, %client, %respawn ) else if( $NoBaseRapeNotifyCount !$= 1 ) { //messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Disabled.~wfx/misc/diagnostic_on.wav'); - messageAll('MsgNoBaseRapeNotify', 'No Base Rape is \c1Disabled.'); + messageAll('MsgNoBaseRapeNotify', '\c1No Base Rape: \c0Disabled.~wfx/misc/diagnostic_on.wav'); $NoBaseRapeNotifyCount = 1; } }