Ignore:
Timestamp:
08/29/09 05:21:06 (3 years ago)
Author:
james
Message:

fix some broken abstracts as found by the diagnostics

File:
1 edited

Legend:

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

    r1023 r1027  
    3030        "caught fire" 
    3131        "got eaten" 
    32         "turned into %noun" 
     32        "turned into %VAR{sillyThings}" 
    3333        "got discontinued" 
    3434        "ran out" 
     
    4141        "got turned into %VAR{sillyThings}" 
    4242} 
     43bMotion_abstract_add_filter "fellOffs" "%noun" 
    4344 
    4445bMotion_abstract_register "jokeends" { 
     
    175176        "rainbows" 
    176177        "kittens" 
    177         "%noun" 
    178 } 
     178        "%VAR{sillyThings}" 
     179} 
     180bMotion_abstract_add_filter "answerWhats" "%noun" 
    179181 
    180182bMotion_abstract_register "answerWhos" { 
     
    54655467        "r" 
    54665468        "r %VAR{smiles}" 
    5467         "r %VAR{sads}" 
     5469        "r %VAR{unsmiles}" 
    54685470        "r " 
    54695471} 
     5472bMotion_abstract_add_filter "theRs" "sads" 
    54705473 
    54715474source "$bMotionModules/abstracts/en/randomstuff.tcl" 
Note: See TracChangeset for help on using the changeset viewer.