Skip to content

Commit

Permalink
Fixed Reece N-Kidu rocket upgrade to not have react
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariemeth committed Jul 6, 2024
1 parent 2301d5f commit e747953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/models/mods/unitUpgrades/utopia.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ final UnitModification nlil = UnitModification(name: 'N-LIL Upgrade')
final UnitModification rocket2 = UnitModification(name: 'Rocket Upgrade')
..addMod(UnitAttribute.tv, createSimpleIntMod(1), description: 'TV +1')
..addMod(UnitAttribute.name, createSimpleStringMod(false, 'with Rockets'))
..addMod(UnitAttribute.weapons,
createAddWeaponToList(buildWeapon('LRP', hasReact: true)!),
..addMod(UnitAttribute.weapons, createAddWeaponToList(buildWeapon('LRP')!),
description: '+LRP');

final UnitModification sniper = UnitModification(name: 'Sniper Upgrade')
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html

version: 1.11.0
version: 1.11.1
environment:
sdk: ">=3.0.0"

Expand Down

0 comments on commit e747953

Please sign in to comment.