Skip to content

Commit

Permalink
Merge pull request #160 from LartTyler/fix/guiding-lands-reward-types
Browse files Browse the repository at this point in the history
Merge fix/guiding-lands-reward-types into master
  • Loading branch information
LartTyler authored Mar 27, 2020
2 parents b94977c + 689d45a commit de6806f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Game/RewardConditionType.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

final class RewardConditionType {
public const CARVE = 'carve';
public const GUIDING_LANDS = 'guiding lands';
public const INVESTIGATION = 'investigation';
public const MINING = 'mining';
public const PALICO = 'palico';
Expand Down

0 comments on commit de6806f

Please sign in to comment.