No more BASETHRESHOLD.
This commit is contained in:
parent
75100d76fb
commit
c5f433d80a
2 changed files with 3 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_Beacon)
|
|||
self->flags &= ~MF_SPECIAL;
|
||||
static_cast<AInventory *>(self)->DropTime = 0;
|
||||
// Set up the new rebel.
|
||||
rebel->threshold = BASETHRESHOLD;
|
||||
rebel->threshold = rebel->DefThreshold;
|
||||
rebel->target = NULL;
|
||||
rebel->flags4 |= MF4_INCOMBAT;
|
||||
rebel->LastHeard = owner; // Make sure the rebels look for targets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue