- Timestamp:
- 03/10/08 08:30:34 (10 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/en/complex_crap.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/complex_crap.tcl
r895 r896 26 26 bMotion_abstract_register "random_crap_main" { 27 27 "/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!" 28 29 "/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}" 29 33 } 30 34 … … 48 52 } 49 53 54 bMotion_abstract_add "randomStuff" { 55 "%VAR{random_crap_main}" 56 }
