From ef52827f26e808bc2d5434c09d2364900a9dfc63 Mon Sep 17 00:00:00 2001 From: MysterD Date: Sat, 5 Feb 2022 12:37:13 -0800 Subject: [PATCH] Updated hide-and-seek mod's description --- mods/hide-and-seek.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/hide-and-seek.lua b/mods/hide-and-seek.lua index ccc617c1..787de4f3 100644 --- a/mods/hide-and-seek.lua +++ b/mods/hide-and-seek.lua @@ -1,6 +1,6 @@ -- name: Hide and Seek -- incompatible: gamemode --- description: A simple manhunt gamemode for Co-op.\n\nThe game is split into two teams:\n\nHiders and Seekers. The goal is for all\n\Hiders to be converted into a Seeker within a certain timeframe.\n\nAll Seekers appear as a metal character, and are given boosted speed\n\and jump height.\n\nHiders are given no enhancements, and\n\become a Seeker upon dying.\n\nEnjoy! :D\n\nConcept by: Super Keeberghrh +-- description: A simple hide-and-seek gamemode for\nCo-op.\n\nThe game is split into two teams:\n\nHiders and Seekers. The goal is for all\n\Hiders to be converted into a Seeker within a certain timeframe.\n\nAll Seekers appear as a metal character, and are given boosted speed\n\and jump height.\n\nHiders are given no enhancements, and\n\become a Seeker upon dying.\n\nEnjoy! :D\n\nConcept by: Super Keeberghrh -- globally sync enabled state gGlobalSyncTable.hideAndSeek = true