mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-21 19:11:46 +01:00
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:
@@ -248,7 +248,7 @@ get~
|
||||
if get /= %cmd.mudcommand% && spacesuit /= %arg% && %arg%
|
||||
%send% %actor% You carefully lift down one of the spacesuits.
|
||||
%echoaround% %actor% %actor.name% carefully lifts down one of the spacesuits.
|
||||
%purge% %actor.inventory(24126)%
|
||||
%purge% %actor.inventory(24126)%
|
||||
%load% o 24126 %actor% inv
|
||||
else
|
||||
return 0
|
||||
@@ -292,7 +292,7 @@ set food[4] 9
|
||||
set food[5] 10
|
||||
set food[6] 14
|
||||
set food[7] 109
|
||||
set food[8] 110
|
||||
set food[8] 110
|
||||
set food[9] 111
|
||||
set food[10] 112
|
||||
set food[11] 114
|
||||
@@ -312,7 +312,7 @@ set food[24] 502
|
||||
set food[25] 521
|
||||
set food[26] 537
|
||||
set food[27] 383
|
||||
set food[28] 622
|
||||
set food[28] 622
|
||||
set food[29] 635
|
||||
set food[30] 637
|
||||
set food[31] 638
|
||||
@@ -747,7 +747,7 @@ elseif %speech% == data09
|
||||
elseif %speech% == laforge11
|
||||
* %echo% A pleasant English garden comes into focus.
|
||||
* %teleport% all 35923
|
||||
%echo% A female voice announces, 'That program is temporarily unavailable'
|
||||
%echo% A female voice announces, 'That program is temporarily unavailable'
|
||||
elseif %speech% == programs
|
||||
%echo% A female voice announces, 'The following programs exist:'
|
||||
%echo% A female voice announces, 'Worf01'
|
||||
|
||||
Reference in New Issue
Block a user