From 0a509c7a6254639ad5749899ae6fc8424b0e5b9a Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 1 Jun 2020 13:30:03 -0400 Subject: [PATCH] woops --- ChaosMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChaosMain.cs b/ChaosMain.cs index 8cd44a1..e67c8d9 100644 --- a/ChaosMain.cs +++ b/ChaosMain.cs @@ -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));