Skip to content

Commit

Permalink
Disable Get To The Marker! for chat rapid-fire
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordmau5 committed Aug 5, 2024
1 parent b78cf8a commit 713b23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GTAChaos/src/effects/EffectDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public static void PopulateEffects(string game)
AddEffect(new FunctionEffect(Category.CustomEffects_Generic, "EASY TO READ", "ItsEasierToRead", "very_big_font_scale"));
AddEffect(new FunctionEffect(Category.CustomEffects_Generic, "Forceful Explosives", "ABitTooMuchBoom", "forceful_explosions"));
AddEffect(new FakeCrashEffect("Game Crash", "TooManyModsInstalled"));
AddEffect(new FunctionEffect(Category.CustomEffects_Generic, "Get To The Marker!", "GetToTheMarker", "get_to_marker", 1000 * 60 * 5));
AddEffect(new FunctionEffect(Category.CustomEffects_Generic, "Get To The Marker!", "GetToTheMarker", "get_to_marker", 1000 * 60 * 5).DisableRapidFire());
AddEffect(new FunctionEffect(Category.CustomEffects_Generic, "haha funni font", "ComicSansMasterRace", "font_comic_sans"));
AddEffect(new FunctionEffect(Category.CustomEffects_Generic, "Invisible Fire", "InvisibleFire", "invisible_fire"));
AddEffect(new FunctionEffect(Category.CustomEffects_Generic, "It's Morbin Time", "ItsMorbinTime", "textures_its_morbin_time"));
Expand Down

0 comments on commit 713b23a

Please sign in to comment.