Skip to content

Commit

Permalink
DRLA: Updated monster pack with Arachnosentinel
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle873 committed Jun 18, 2014
1 parent 6a8f751 commit 2025615
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions DoomRPG-RLMonsters/actors/rlmonsters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,19 @@ ACTOR RLCyberneticRevenantRPG : RLCyberneticRevenant Replaces RLCyberneticRevena
}
}

// Cybernetic Arachnotron
ACTOR RLCyberneticArachnotronRPG : RLCyberneticArachnotron Replaces RLCyberneticArachnotron
{
States
{
Spawn:
TNT1 A 0 NoDelay ACS_NamedExecuteAlways("MonsterInit", 0)
Goto Super::Spawn
See:
TNT1 A 0 ACS_NamedExecuteAlways("MonsterInit", 0)
Goto Super::See
}
}

// Cybernetic Spider Mastermind
ACTOR RLCyberneticSpiderMastermindRPG : RLCyberneticSpiderMastermind Replaces RLCyberneticSpiderMastermind
Expand Down
2 changes: 1 addition & 1 deletion DoomRPG-RLMonsters/actors/rlrandomizers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ actor RLArachnotronSpawner : RandomSpawner
{
DropItem "RLArachnotronRPG", 255, 15
DropItem "RLNightmareArachnotronRPG", 255, 1
// DropItem "RLCyberneticArachnotronRPG", 255, 1
DropItem "RLCyberneticArachnotronRPG", 255, 1
}

actor RLPainElementalSpawner : RandomSpawner
Expand Down

0 comments on commit 2025615

Please sign in to comment.