mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-15 13:58:51 +01:00
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. :)
10 lines
115 B
Text
10 lines
115 B
Text
#11523
|
|
Man Trigger~
|
|
0 g 100
|
|
~
|
|
if %actor.is_pc%
|
|
wait 5
|
|
say "Run, Run, Fast, Fast, Get Out Of Here !! "
|
|
end
|
|
~
|
|
$~
|