Home
last modified time | relevance | path

Searched refs:RandomBodyPart (Results 1 – 1 of 1) sorted by relevance

/dports/games/ivan/ivan-059/Main/Source/
H A Dchar.cpp7663 int RandomBodyPart = GetRandomNonVitalBodyPart(); in TeleportSomePartsAway() local
7665 if(RandomBodyPart == NONE_INDEX) in TeleportSomePartsAway()
7688 item* SeveredBodyPart = SevereBodyPart(RandomBodyPart); in TeleportSomePartsAway()
7696 ADD_MESSAGE("Your %s teleports away.", GetBodyPartName(RandomBodyPart).CStr()); in TeleportSomePartsAway()
7698 …GE("%s %s teleports away.", GetPossessivePronoun().CStr(), GetBodyPartName(RandomBodyPart).CStr()); in TeleportSomePartsAway()
7703 ADD_MESSAGE("Your %s disappears.", GetBodyPartName(RandomBodyPart).CStr()); in TeleportSomePartsAway()
7705 …ESSAGE("%s %s disappears.", GetPossessivePronoun().CStr(), GetBodyPartName(RandomBodyPart).CStr()); in TeleportSomePartsAway()