Changeset 1056 for trunk


Ignore:
Timestamp:
12/09/09 18:56:39 (2 years ago)
Author:
james
Message:

learn to pull christmas crackers

Location:
trunk
Files:
1 added
1 edited

Legend:

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

    r1054 r1056  
    33503350        "you blithering idiot!" 
    33513351        "should've gone to specsavers" 
     3352        "you're doing it wrong" 
     3353        "%VAR{sillyVerbs:presentpart} %VAR{sillyThings}: you're doing it wrong" 
     3354        "doing it right: you're doing it wrong" 
     3355        "doing it right: you're not doing it" 
    33523356} 
    33533357 
     
    54885492bMotion_abstract_add_filter "theRs" "sads" 
    54895493 
     5494bMotion_abstract_register "booms" { 
     5495        "boom" 
     5496        "bang" 
     5497        "pop" 
     5498        "blam" 
     5499        "kerpow" 
     5500        "kerboom" 
     5501        "boom%colen" 
     5502        "blam%colen" 
     5503        "kerboom%colen" 
     5504} 
     5505 
     5506bMotion_abstract_register "yays" { 
     5507        "yay" 
     5508        "woo" 
     5509        "whee" 
     5510        "hooray" 
     5511        "winnar" 
     5512        "best" 
     5513        "har" 
     5514} 
     5515 
     5516bMotion_abstract_register "boos" { 
     5517        "boo" 
     5518        "bah" 
     5519        "aww" 
     5520        "gah" 
     5521        "feh" 
     5522        "blah" 
     5523} 
     5524 
    54905525bMotion_abstract_add_filter "_all" "\{strip\}\}" 
    54915526bMotion_abstract_add_filter "_all" "\}\{strip\}" 
    54925527 
     5528 
    54935529source "$bMotionModules/abstracts/en/randomstuff.tcl" 
    54945530 
Note: See TracChangeset for help on using the changeset viewer.