Changeset 1131 for trunk


Ignore:
Timestamp:
12/21/11 03:58:15 (5 months ago)
Author:
james
Message:

Fix brokeness, hopefully

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/output_colloquial.tcl

    r1130 r1131  
    8585 
    8686  #let's break some words 
    87   global colloq_negative 
    8887  set newLine "" 
    8988  set words [split $line { }] 
    9089  foreach word $words { 
    9190    if {[bMotion_plugin_output_colloq_chance $colloq_rate]} { 
    92       regsub -nocase {\m(dis|anti|un|im)} $word [pickRandom $colloq_negative] word 
     91      regsub -nocase {\m(dis|anti|un|im)} $word [bMotion_abstract_get "colloq_negative"] word 
    9392    } 
    9493    append newLine "$word " 
Note: See TracChangeset for help on using the changeset viewer.