Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyVulcan committed Sep 27, 2018
1 parent 2729ab0 commit 375d75e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/js/common/utopia-card-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -8533,11 +8533,11 @@ module.factory( "cardRules", [ "$filter", "$factions", function($filter, $factio
}},
"weapon:full_spread_phasers_75005":{
canEquip: function(upgrade,ship,fleet) {
return ship.class == "Kelvin Constitution Class" && onePerShip("Full Spread Phasers");
return ship.class == "Constitution Class (Kelvin)" && onePerShip("Full Spread Phasers");
}},
"weapon:advanced_long_range_torpedo_75005":{
canEquip: function(upgrade,ship,fleet) {
return ship.class == "Kelvin Constitution Class" ;
return ship.class == "Constitution Class (Kelvin)" ;
},
attack: 0,
intercept: {
Expand Down
2 changes: 1 addition & 1 deletion staw-utopia/js/utopia.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion staw-utopia/js/utopia.min.js.map

Large diffs are not rendered by default.

0 comments on commit 375d75e

Please sign in to comment.