Classes:BossTarget
(Redirected from BossTarget)
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
Boss cube spawning point | |||
---|---|---|---|
Actor type | Map spot | Game | ![]() |
DoomEd Number | 87 | Class Name | BossTarget |
Classes: SpecialSpot→BossTarget
When BossEyes are present on a map, they'll shoot their "boss cubes" at these special spots. If no BossTargets are present on the map, A_BrainSpit will fail and do nothing.
DECORATE definition
ACTOR BossTarget : SpecialSpot { Height 32 +NOBLOCKMAP +NOSECTOR }