mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-23 12:01:45 +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:
@@ -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
|
||||
~
|
||||
|
||||
Reference in New Issue
Block a user