Changeset 896

Show
Ignore:
Timestamp:
03/10/08 08:30:34 (10 months ago)
Author:
james
Message:

updates

Files:
1 modified

Legend:

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

    r895 r896  
    2626bMotion_abstract_register "random_crap_main" { 
    2727        "/does a %VAR{random_crap_adj} %VAR{random_crap_type} and hands it to %ruser{enemy}" 
     28        "/does a %VAR{random_crap_adj} %VAR{random_crap_type} and hands it to %ruser{enemy}$|present!" 
    2829        "/crimps off a %VAR{random_crap_adj} %VAR{random_crap_type} and hands it to %ruser{enemy}" 
     30        "/crimps off a %VAR{random_crap_adj} %VAR{random_crap_type} and hands it to %ruser{enemy}%|present" 
     31        "/gift wraps a %VAR{random_crap_adj} %VAR{random_crap_type}%|/ships it first class to %ruser{enemy}" 
     32        "/injects a %VAR{random_crap_adj} %VAR{random_crap_type} in a padded envelope and posts it to %ruser{enemy}" 
    2933} 
    3034 
     
    4852  } 
    4953 
     54bMotion_abstract_add "randomStuff" { 
     55        "%VAR{random_crap_main}" 
     56}