1 |
It
makes
plenty
of
sense
from
an
engine
standpoint,
which
differentiates
it
from
a
bug
(
unintended
behavior)
.
Unit
has
tag
airplane?
I
have
a
weapon
that
says
I
can
only
target
airplane?
Alright
good
to
go!
A
bug
would
be
if
I
have
a
weapon
that
can
only
target
airplane
and
suddenly
can
fire
at
hovercrafts
that
aren't
tagged
as
airplanes.
|
1 |
It
makes
plenty
of
sense
from
an
engine
standpoint,
which
differentiates
it
from
a
bug
(
unintended
behavior)
.
Unit
has
tag
airplane?
I
have
a
weapon
that
says
I
can
only
target
airplane?
Alright
good
to
go!
A
bug
would
be
if
I
have
a
weapon
that
can
only
target
airplane
and
suddenly
can
fire
at
hovercrafts
that
aren't
tagged
as
airplanes.
As
far
as
I
am
aware,
dynamically
reassigning
unitdef
tags
is
not
possible
so
this
isn't
a
simple
fix
as
"tag
aircraft
as
ground
unit
while
landed.
"
|