Skip to content

Commit

Permalink
Re-enable transparent reward
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Dec 15, 2024
1 parent 9bf211d commit cb5a6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/Jailbreak.RTD/Rewards/TransparentReward.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ public class TransparentReward()
public override string Description
=> "You will spawn transparent next round.";

public override bool Enabled => false;
public override bool Enabled => true;
}

0 comments on commit cb5a6cc

Please sign in to comment.