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:
@@ -22,7 +22,7 @@ Give Suggestions - 1302~
|
||||
0 g 100
|
||||
~
|
||||
wait 2 sec
|
||||
say The best advice for new builders is under RHELP SUGGESTIONS n.
|
||||
say The best advice for new builders is under @RHELP SUGGESTIONS@n.
|
||||
~
|
||||
#1302
|
||||
Finish Redit Hallway - 1304~
|
||||
@@ -33,9 +33,9 @@ say Good Job. That's the first form of OLC (on-line-creation) everyone learns.
|
||||
wait 2 sec
|
||||
say Now I would suggest that you practice what you have learned.
|
||||
wait 2 sec
|
||||
say Check your title under RWHO n. A vnum should be listed there, if not mudmail Rumble for one.
|
||||
say Check your title under @RWHO@n. A vnum should be listed there, if not mudmail Rumble for one.
|
||||
wait 2 sec
|
||||
say Just type RGOTO VNUM n and type redit to modify your room.
|
||||
say Just type @RGOTO VNUM@n and type redit to modify your room.
|
||||
wait 2 sec
|
||||
say Once you think you have it complete go ahead and move on to the next hallway.
|
||||
wait 3 sec
|
||||
@@ -45,7 +45,7 @@ beam %actor.name%
|
||||
CAPITAL LETTERS (1301)~
|
||||
0 c 0
|
||||
CAPITAL~
|
||||
%send% %actor% RSocrates tells you, 'Good job, that is correct. Be on the lookout for more of those.' n
|
||||
%send% %actor% @RSocrates tells you, 'Good job, that is correct. Be on the lookout for more of those.'@n
|
||||
~
|
||||
#1304
|
||||
Sanct check on enter~
|
||||
@@ -161,10 +161,10 @@ Eat, look, read, candy~
|
||||
if look /= %cmd.mudcommand% && heart /= %arg% && %arg% || read /= %cmd.mudcommand% && heart /= %arg% && %arg% || read /= %cmd.mudcommand% && candy /= %arg% && %arg% || look /= %cmd.mudcommand% && candy /= %arg% && %arg%
|
||||
*
|
||||
eval color %random.3%
|
||||
set col[1] \ W
|
||||
set col[2] \ R
|
||||
set col[3] \ M
|
||||
* n
|
||||
set col[1] \@W
|
||||
set col[2] \@R
|
||||
set col[3] \@M
|
||||
*@n
|
||||
eval colors %%col[%color%]%%
|
||||
*
|
||||
eval heart %random.15%
|
||||
@@ -186,7 +186,7 @@ set love[15] Cutie Pie
|
||||
eval candy %%love[%heart%]%%
|
||||
*
|
||||
%send% %actor% Written on the candy is:
|
||||
%send% %actor% %colors% %candy% \ n
|
||||
%send% %actor% %colors% %candy% \@n
|
||||
*
|
||||
elseif eat /= %cmd.mudcommand% && heart /= %arg% && %arg% || eat /= %cmd.mudcommand% && candy /= %arg% && %arg%
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user