mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-22 19:41:44 +01:00
Normalize case in many TBA script commands.
Since circle/tba is not case-sensitive, this should be a non-change. I confirmed this by verifying that `diff -i` shows zero changes. So, to tba, this is just a cosmetic cleanup. However, to others that use this data, the case might be important. ...this includes my own separate MUD codebase. :)
This commit is contained in:
@@ -6,7 +6,7 @@ Barney script~
|
||||
eval number %random.16%
|
||||
switch %number%
|
||||
case 0
|
||||
Say I love you......
|
||||
say I love you......
|
||||
wait 2
|
||||
say you love me.....
|
||||
wait 2
|
||||
@@ -133,7 +133,7 @@ Drunk spirit text~
|
||||
eval number %random.6%
|
||||
switch %number%
|
||||
case 0
|
||||
Say S-set me up Kenny...
|
||||
say S-set me up Kenny...
|
||||
wait 2
|
||||
say A-an-another rwound here...
|
||||
wait 2
|
||||
|
||||
Reference in New Issue
Block a user