Open dd84ai opened 3 years ago
Clarified with Connor apparently... they did not use holiday mod
They just manually set to all bases no tear wear damage/ or FOW consumption to all bases
I'll close the issue for now
Actually I realized, that this PR almost resolves the problem GMs have https://github.com/DiscoveryGC/FLHook/pull/135 at least most of global parameters it already adds, I just add one more for them to be happy
According to code in Playercommands.cpp
void BaseDeploy(uint client, const wstring &args) { if (set_holiday_mode) { PrintUserCmdText(client, L"ERR Cannot create bases when holiday mode is active"); return; } ...
Base deploy during holidays should not be possible. Because all bases become invincible 100% HP. There are multiple sayings, that it is not working and people deploy their bases during holidays.