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:
Steaphan Greene
2019-11-17 12:46:39 -08:00
committed by wyld-sw
parent 3e03332f0a
commit 3f1ea5e7a5
34 changed files with 561 additions and 561 deletions

View File

@@ -242,7 +242,7 @@ else
end
if %actor.inventory(11730)%
%damage% %arg% 30
%send% %actor% WThe arrow makes a bright flash of light as it strikes your opponent! n
%send% %actor% @WThe arrow makes a bright flash of light as it strikes your opponent!@n
%purge% %actor.inventory(11730)%
switch %random.4%
case 1
@@ -606,7 +606,7 @@ if %actor.is_pc%
%echo% suddenly, the door opens, and a bright flash of light consumes the entire room, blinding both you and %self.name%!
Wait 3s
%send% %actor% You wake up at the entrance to Los Torres, and everything seems normal for some reason. What the heck happened??
%send% %actor% g+ n bQUEST COMPLETE n g+ n
%send% %actor% @g+@n@bQUEST COMPLETE@n@g+@n
%teleport% %actor% 11701
end
~