- Converted Strife's Crusader, Inquisitor and spectral missiles to
DECORATE. SVN r1114 (trunk)
This commit is contained in:
parent
fe2e64aa40
commit
4f0fa50773
20 changed files with 659 additions and 753 deletions
|
|
@ -248,7 +248,7 @@ void A_SpotLightning (AActor *self)
|
|||
if (self->target == NULL)
|
||||
return;
|
||||
|
||||
spot = Spawn<ASpectralLightningSpot> (self->target->x, self->target->y, ONFLOORZ, ALLOW_REPLACE);
|
||||
spot = Spawn("SpectralLightningSpot", self->target->x, self->target->y, ONFLOORZ, ALLOW_REPLACE);
|
||||
if (spot != NULL)
|
||||
{
|
||||
spot->threshold = 25;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue