mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-24 04:21:44 +01:00
Undo apparent accidental @-color replaces in upstream TBA files. (#62)
I am guessing some script or tool used upstream is doing an unsafe search-and-replace for '@' with TAB, and accidentally changing these. They seem to have been creeping into the repo for years. I produced this fix commit automatically with: sed -i 's|\t\([bcdgmnoruwyBCDGMRWY]\)|@\1|g' tba/*/*.* ...and then a few files' changes had to be undone. I looked through all of the rest, and they look like correct fixes. I also ran all the other letters, and they only make incorrect "fixes".
This commit is contained in:
@@ -146,8 +146,8 @@ wait 3 sec
|
||||
Finding the Armor~
|
||||
1 g 100
|
||||
~
|
||||
%echoaround% %actor% As %actor.name% picks up the armor, the room is filled with a mystical Wwhite n light.
|
||||
%send% %actor% You pick up the armor and you are engulfed in a Wwhite n light.
|
||||
%echoaround% %actor% As %actor.name% picks up the armor, the room is filled with a mystical @Wwhite@n light.
|
||||
%send% %actor% You pick up the armor and you are engulfed in a @Wwhite@n light.
|
||||
%teleport% %actor% 10413
|
||||
%echoaround% %actor% As the light fades, you notice %actor.name% is no longer there.
|
||||
%echoaround% %actor% Nor is the armor.
|
||||
|
||||
Reference in New Issue
Block a user