Changeset 1115


Ignore:
Timestamp:
08/21/11 07:12:53 (9 months ago)
Author:
znx
Message:

now with more cheesecake

Location:
trunk
Files:
2 edited

Legend:

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

    r1112 r1115  
    499499        "System failure: TA/T/TS could not interface with phaser command processor (ODN failure)" 
    500500        "/pulls the Picard move (the non-uniform one)" 
     501} 
     502 
     503bMotion_abstract_register "cheesecakeFires" { 
     504        "SAVE THE CHEESECAKE%|/eats cheesecake" 
     505        "/splurges the cheesecake at %%" 
     506        "/rams cheesecake down %% throat" 
    501507} 
    502508 
  • trunk/plugins/en/complex_startrek.tcl

    r1050 r1115  
    7676    } 
    7777 
     78    if {$weapon == "cheesecake"} { 
     79      global cheesecakeFires 
     80      bMotionDoAction $channel $target "%VAR{cheesecakeFires}" 
     81    } 
     82 
    7883    if {$weapon == "everything"} { 
    7984      global everythingFires 
Note: See TracChangeset for help on using the changeset viewer.