mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-02 15:31:44 +01:00
Standardize on American spellings.
Full internationalization would be much cooler, but that's never going to happen. Given that, this will at least prevent folks from constantly having to look and switch between typing "armor" and "armour", depending on which zone each item originated in, etc. I could flip these either way, but a survey of the current state shows that about 80% of the mixed cases use the American spellings, while 20% use the British. And, most words *only* exist in this data in their American forms. So, it seems the majority prefer these spellings. In case anyone likes trivia: * The most common mixed words in here were "armour" and "colour", each of which occured about half as often as "armor" and "color", respectively. * The most British word in here was "theatre" (including other forms), which occured about twice as often as "theater". This stanardizes all of these (and other forms of these same words): * armour -> armor * colour -> color * favour -> favor * honour -> honor * civilise -> civilize * centre -> center * theatre -> theater * defence -> defense * offence -> offense * realise -> realize
This commit is contained in:
@@ -340,7 +340,7 @@ break
|
||||
done
|
||||
~
|
||||
#11814
|
||||
(02) colouring message~
|
||||
(02) coloring message~
|
||||
0 gh 100
|
||||
~
|
||||
if %actor.is_pc%
|
||||
@@ -485,7 +485,7 @@ if %object.vnum% == 11807
|
||||
wait 1 s
|
||||
say Yes, there is something I could write in that...
|
||||
wait 1 s
|
||||
say but would you do me a favour first?
|
||||
say but would you do me a favor first?
|
||||
wait 2 s
|
||||
say My father keeps a little bird locked away...
|
||||
wait 2 s
|
||||
@@ -847,7 +847,7 @@ if %object.vnum% == 11807
|
||||
wait 3 s
|
||||
emote turns his attention back to the twirling journal.
|
||||
wait 2 s
|
||||
say You do realise shadow-person... that this quest of yours will destroy me?
|
||||
say You do realize shadow-person... that this quest of yours will destroy me?
|
||||
wait 3 s
|
||||
say Indeed, not just myself, but all who dwell here.
|
||||
wait 2 s
|
||||
@@ -2604,7 +2604,7 @@ elseif %object.vnum% == 11807
|
||||
remote zn118_scarreddone %actor.id%
|
||||
wait 1 s
|
||||
%load% obj 11868
|
||||
say Do me one more favour?
|
||||
say Do me one more favor?
|
||||
wait 1 s
|
||||
give book %actor.name%
|
||||
drop book
|
||||
|
||||
Reference in New Issue
Block a user