Help for this page

Select Code to Download


  1. or download this
      return $ship->chargeWeapons( "phaser-canon" )
        if $encounter->description eq 'klingon'
          and $ship->firepower  >= $encounter->firepower
          and $location->status ne 'neutral';
    
  2. or download this
      return $ship->chargeWeapons( "phaser-canon" )
        if $encounter->description eq 'klingon'
        and $ship->firepower  >= $encounter->firepower
        and $location->status ne 'neutral';