Changeset 1014


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

more sounds

File:
1 edited

Legend:

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

    r1013 r1014  
    38293829 
    38303830bMotion_abstract_register "sound_short" { 
    3831         "%VAR{sounds} %VAR{sounds} %VAR{sounds} %VAR{sound2}" 
     3831        "%VAR{sfx} %VAR{sfx} %VAR{sfx} %VAR{sound2}" 
    38323832} 
    38333833 
    38343834bMotion_abstract_register "sound2" { 
    38353835        "%VAR{sounds} %VAR{sound2} " 
     3836        "%VAR{sfx} %VAR{sound2} " 
    38363837        "%VAR{sounds} " 
     3838        "%VAR{sfx} " 
    38373839} 
    38383840 
     
    38783880        "wobble wobble!" 
    38793881        "slash!" 
     3882        "ulp-schwip" 
     3883        "drip" 
     3884        "splish" 
     3885        "cough" 
     3886        "wobble" 
     3887        "blaff" 
     3888        "flick" 
     3889        "slep" 
     3890        "rustle" 
     3891        "whack" 
     3892        "arf" 
     3893        "voom" 
     3894        "yuck" 
     3895        "tsk" 
     3896        "tick" 
     3897        "noooo" 
     3898        "hop" 
     3899        "bep" 
     3900        "dong-doof" 
     3901} 
     3902 
     3903bMotion_abstract_register "sfx" { 
     3904        "%VAR{sounds}" 
     3905        "*%VAR{sounds}*" 
     3906        "(%VAR{sounds})" 
     3907        "%VAR{sounds}!" 
    38803908} 
    38813909 
Note: See TracChangeset for help on using the changeset viewer.