Blefty
Appearance
Blefty can not be found in any Kingpin map but can be found in the SDK ep_shipyards.c:
if (self->name_index == NAME_BLEFTY)
{
if (!(player->episode_flags & EP_SY_GOFIND_BITCH))
{
EP_Skidrow_Register_EPFLAG (player, EP_SY_GOFIND_BITCH);
Voice_Specific (self, player, sy_lefty, 3);
}
else if (!(player->episode_flags & EP_SY_FOUND_BITCH))
{
// hey your back without lizzy
Voice_Random (self, player, sy_lefty, 3);
}
else if (player->episode_flags & EP_SY_FOUND_BITCH)
{
Voice_Random (self, player, &sy_lefty[3], 2);
}
return (0);
}
Was a old name for BigWillie?