Updated for scripting branch merge.
This commit is contained in:
commit
35b7a5ccc1
11 changed files with 61 additions and 10 deletions
|
|
@ -90,7 +90,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