Fo1in2 icon indicating copy to clipboard operation
Fo1in2 copied to clipboard

Missing party members checks

Open Thrax-x opened this issue 2 years ago • 3 comments

party.h, there is missing line: How_Many_Party_Members_Are_Injured+=1;
between lines 86-87: if (Is_Injured(Rae_ptr)) then
if (Vasquez_In_Party) then \

V13CAVE.ssl, line 130: There are checks for Ian, Katja, Tycho, Dog and MrHandyC, but there are missing checks for Eyebot, Tandi, Rae and Vasquez

MBVATS.ssl, line 105: There are checks for Ian, Dog, Tycho, Katja, Tandi, MrHandyC, Eyebot and Vasquez but there is missing check for Rae

GARL.ssl, line 332: There are checks for Ian, Katja, Tycho, Dog, Tandi, MrHandyC and Eyebot but there are missing checks for Rae and Vasquez

HHOOKERA.ssl, line 337: There are checks for Ian, Dog, Tycho, Katja and Tandi but there are missing checks for MrHandyC, Eyebot, Rae and Vasquez

Rae/Vasquez are limited to Cathedral/Junktown, so they don't belong to any of these ssl files ?

Thrax-x avatar Oct 09 '22 11:10 Thrax-x

Rae and Vasquez are temporary followers, they will never be in those situations.

V13Cave doesn't matter, the current party members are only there to make stuff a bit more pretty.

HHOOKERA is borderline, but I think it doesn't really matter.

Lexx2k avatar Oct 09 '22 11:10 Lexx2k

party.h - I've found another missing check for Eyebot being in invasion location - lines 558-574

V13CAVE.ssl - Code seems to be used for hiding party members during final final conversation with overseer. You can complete game with Tandi in party, co check for her can be here. MBVATS.ssl - Check for Vasquez is obsole here, because he can't get to Military base? GARL.ssl - OK HHOOKERA.ssl - Eyebot and MRHandy aren't human, probably OK

Thrax-x avatar Oct 09 '22 18:10 Thrax-x

The code in V13Cave just puts them into a nicer place, that's all it does. If a party member isn't mentioned there, he will just pop up around the player like they usually do (and how they are doing it in vanilla Fo1).

Lexx2k avatar Oct 09 '22 19:10 Lexx2k

Fixed https://github.com/rotators/Fo1in2/commit/b5ae77c5b354c59e348fe0fef370d39a4aefb11c

Lexx2k avatar Dec 13 '22 23:12 Lexx2k