DiscoveryGC / FLHook

FLHook for Discovery Freelancer
Other
28 stars 33 forks source link

baseplugin: holiday base deploying bug #143

Open dd84ai opened 3 years ago

dd84ai commented 3 years ago

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.

dd84ai commented 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

dd84ai commented 3 years ago

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