Towel's Cooldown?
Posted: 21 May 2014, 05:24
As in the description of Hitchhiker's Towel, its cooldown is 15 minutes. But after 16 minutes, it still says "Your towel is still too low on power to jump again." I opened server data (downloaded from github) and see this code:
Which is wrong, its description or the code?
Code: Select all
if (TowelLastUsed > (gettimetick(2) - 1800)) // 1800 = 30*60 = 30 minutes?
goto L_DontPanic;
if (isin("botcheck.gat",25,27,51,47))
goto L_Prison;
if (getmapflag(getmap(), MF_NOSAVE))
goto L_Forbid;
callfunc "MultiWarpTowel";