Skip to content

Feign death should not count as a real death in TF2 #15

@Procyon157

Description

@Procyon157

Feign death should not count as a real death in TF2

A working patch was proposed by Choucas. An early exit was added to event_kill in halflife.pm

my $custom = $props->{customkill};
if ($custom and $custom eq 'feign_death') {
    return;
}

The problem and solution has been discussed in this thread http://www.psychostats.com/forums/index.php?s=&showtopic=19280&view=findpost&p=106764

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions