Ignore:
Timestamp:
09/11/09 06:26:45 (3 years ago)
Author:
james
Message:

support bothmixin option too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/abstracts/en/abstracts.tcl

    r1029 r1032  
    11531153bMotion_abstract_register "ranjoins" { 
    11541154        "are you here to fumigate the moose head?" 
    1155         "are you here to fumigate the moose %VAR{bodypart}?" 
     1155        "are you here to fumigate the moose %VAR{bodypart:bothmixin}?" 
    11561156        "hey %%" 
    11571157        "hi %%" 
     
    11721172        "welcome to our next contestant, %%!" 
    11731173        "wasn't expecting %%!%|/hides" 
    1174         "hey %% %VAR{food}%VAR{bodypart}" 
     1174        "hey %% %VAR{food}%VAR{bodypart:bothmixin}" 
    11751175} 
    11761176 
     
    35653565        "yarr%|%VAR{randomZimness}" 
    35663566        "%VAR{lols} %VAR{smiles} %colen%|/%VAR{smacks} %himherself in the %VAR{bodypart}" 
    3567         "no i spent my time contemplating how i %VAR{smacked} %ruser in the %VAR{bodypart}" 
     3567        "no i spent my time contemplating how i %VAR{smacked} %ruser in the %VAR{bodypart:nomixin}" 
    35683568        "yes but i wish i'd gone %VAR{dNouns}-%VAR{dVerbs}ing %VAR{smiles}" 
    35693569} 
     
    35773577        "yahyahayayahayahahayh%colen" 
    35783578        "indeed i do%|%VAR{randomZimness}" 
    3579         "yarr or i would be %VAR{smacked} with %rusers %VAR{bodypart}!" 
     3579        "yarr or i would be %VAR{smacked} with %rusers %VAR{bodypart:nomixin}!" 
    35803580        "omg yes" 
    35813581        "any chance i get %VAR{rarrs}%|%VAR{randomGirness}" 
     
    40404040        "%VAR{sounds} %VAR{sounds} %VAR{sounds}" 
    40414041        "ode to %ruser" 
    4042         "shake your %VAR{bodypart}" 
     4042        "shake your %VAR{bodypart:bothmixin}" 
    40434043        "the Doom Song" 
    40444044        "God Save the Queen" 
     
    42674267        "Day %NUMBER{500} %VAR{bb_time}: Big Brother has locked %ruser in the %VAR{bb_places} for %VAR{bb_naughty}" 
    42684268        "Day %NUMBER{500} %VAR{bb_time}: Big Brother has set the housemates a %VAR{bb_task} task" 
    4269         "Day %NUMBER{500} %VAR{bb_time}: %ruser is in the %VAR{bb_places}. The other housemates are in the %VAR{bb_places}, talking about %OWNER{%ruser{prev}} %VAR{bodypart}" 
     4269        "Day %NUMBER{500} %VAR{bb_time}: %ruser is in the %VAR{bb_places}. The other housemates are in the %VAR{bb_places}, talking about %OWNER{%ruser{prev}} %VAR{bodypart:nomixin}" 
    42704270        "Day %NUMBER{500} %VAR{bb_time}: %ruser is in the diary room, talking to Big Brother about %VAR{bb_diary}" 
    42714271        "Day %NUMBER{500} %VAR{bb_time}: %ruser has hidden %OWNER{%ruser} %VAR{bb_posession} in %VAR{bb_hide}" 
     
    43164316 
    43174317bMotion_abstract_register "bb_diary" { 
    4318         "their %VAR{colours} %VAR{bodypart}" 
    4319         "their %VAR{bodypart}" 
     4318        "their %VAR{colours} %VAR{bodypart:nomixin}" 
     4319        "their %VAR{bodypart:nomixin}" 
    43204320        "%ruser" 
    43214321        "how much they like the %VAR{bb_places}" 
Note: See TracChangeset for help on using the changeset viewer.