Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
lempamo committed Jun 1, 2020
1 parent 6743cd9 commit 0a509c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChaosMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public ChaosMain() {
Effects.Add(new Effect("Give Rocket Launcher", EffectPlayerGiveRocket));
Effects.Add(new Effect("Heal Player", EffectPlayerHeal));
Effects.Add(new Effect("Ignite Player", EffectPlayerIgnite));
Effects.Add(new Effect("Invincibility", EffectPlayerInvincible, new Timer(88000), EffectPlayerInvincible, EffectPlayerInvincible));
Effects.Add(new Effect("Invincibility", EffectPlayerInvincible, new Timer(88000), EffectPlayerInvincible, EffectPlayerInvincibleStop));
Effects.Add(new Effect("Launch Player Up", EffectPlayerLaunchUp));
Effects.Add(new Effect("Millionaire", EffectPlayerMillionaire));
Effects.Add(new Effect("Ragdoll", EffectPlayerRagdoll));
Expand Down

0 comments on commit 0a509c7

Please sign in to comment.