TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings), removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces all the tabs (except in .zon files, where they seem to be common) with expanded spaces. It's easy to confirm this is actually a non-change, except for whitespace: * `git show -w` shows this commit as only removing 8 trailing blank lines. This should make no difference to tbaMUD itself, but it will make working on these files, especially with scripts and automated tools, much easier. This is the base change for a set of other changes I will put up once/if this merges, without this, the others are just too complicated to wrangle.
This commit is contained in:
@@ -195,7 +195,7 @@ shoot~
|
||||
if %actor.fighting% && !%arg%
|
||||
set arg %actor.fighting%
|
||||
end
|
||||
if !%arg%
|
||||
if !%arg%
|
||||
%send% %actor% Shoot Who?
|
||||
halt
|
||||
else
|
||||
@@ -216,7 +216,7 @@ set i %next%
|
||||
done
|
||||
if %quiver%
|
||||
%force% %actor% take arrow quiver
|
||||
end
|
||||
end
|
||||
if %actor.inventory(11728)%
|
||||
%damage% %arg% 10
|
||||
%send% %actor% You fire your arrow at your opponent.
|
||||
@@ -414,7 +414,7 @@ wait 2s
|
||||
wait 2s
|
||||
%send% %actor% %self.name% says: Or you can find the password to get into the Empresss Chamber. Every Official has one letter of the nine letter password memorized. You must track down the hidden officials and get the letter from them.
|
||||
wait 2s
|
||||
%send% %actor% %self.name% says: I know that the letters of the people still here are recorded on something that all of the councilors have in their office Try searching whatever that may be.
|
||||
%send% %actor% %self.name% says: I know that the letters of the people still here are recorded on something that all of the councilors have in their office Try searching whatever that may be.
|
||||
wait 2s
|
||||
%send% %actor% %self.name% says: The letters will also be out of order. You must find the document that says: what the word is once you get all the letters. Im sure the missing Officials will give you a subtle hint when you find them.
|
||||
%send% %actor% %self.name% says: Then, speak the password in front of Verno, the guard, and you know how to take it from there! Good luck! By the way, my letter is A.
|
||||
|
||||
Reference in New Issue
Block a user