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