mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-22 03:21:45 +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:
@@ -204,7 +204,7 @@ end
|
||||
Player can't move! - 20104~
|
||||
0 c 0
|
||||
*~
|
||||
If %actor.name% == Elixias
|
||||
if %actor.name% == Elixias
|
||||
return 0
|
||||
else
|
||||
if (%actor.sex%==male)
|
||||
@@ -336,7 +336,7 @@ end
|
||||
Haplessness - 20146~
|
||||
2 c 100
|
||||
*~
|
||||
If %actor.name% == Elixias
|
||||
if %actor.name% == Elixias
|
||||
return 0
|
||||
else
|
||||
%send% %actor% You are unconscious, unable to do anything...
|
||||
|
||||
Reference in New Issue
Block a user