Ignore:
Timestamp:
03/03/09 09:32:17 (3 years ago)
Author:
james
Message:

la la la

File:
1 edited

Legend:

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

    r991 r993  
    179179 
    180180bMotion_abstract_register "answerWhos" { 
     181        "Captain Porklord-Chocolate II" 
    181182        "Dr Beanturd Cake" 
    182183        "%ruser" 
     
    10251026        "%% %VAR{smiles}" 
    10261027        "oh my god it's %%... i'm so excited i wish i could wet my pants!" 
     1028        "oh my god it's %%... i'm so excited i wish i could wet my %VAR{clothes}!" 
    10271029        "good %daytime %%" 
    10281030        "%daytime %%" 
     
    14741476        "badger" 
    14751477        "holster" 
     1478        "souffle" 
    14761479} 
    14771480 
     
    46414644} 
    46424645 
     4646bMotion_abstract_register "clothes" { 
     4647        "pants" 
     4648        "trousers" 
     4649        "socks" 
     4650        "shoes" 
     4651        "slippers" 
     4652        "jumper" 
     4653        "shirt" 
     4654        "t-shirt" 
     4655        "suit" 
     4656        "shorts" 
     4657        "jacket" 
     4658} 
     4659 
    46434660source "$bMotionModules/abstracts/en/randomstuff.tcl" 
Note: See TracChangeset for help on using the changeset viewer.