Skip to content

Commit

Permalink
Add the nasty rat to the crowd control cs file
Browse files Browse the repository at this point in the history
  • Loading branch information
theastropath committed Mar 2, 2024
1 parent a55c54b commit 22a02ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DXRando.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public DeusEx(UserRecord player, Func<CrowdControlBlock, bool> responseHandler,
new Effect ("Spawn friendly Military Bot", "spawnfriendly_militarybot") { Category = "Spawn Enemies/Allies",Price = 30,Description = "Spawn a military bot to give the player a hand" }, //New for fourth Crowd Control batch
new Effect ("Spawn hostile Doberman", "spawnenemy_doberman") { Category = "Spawn Enemies/Allies",Price = 5,Description = "Spawn a doberman to tear you to shreds" }, //New for fourth Crowd Control batch
new Effect ("Spawn hostile Greasel", "spawnenemy_greasel") { Category = "Spawn Enemies/Allies",Price = 10,Description = "Spawn a hostile greasel to poison you to death" }, //New for fourth Crowd Control batch
new Effect ("Spawn a nasty rat", "nasty_rat") { Category = "Spawn Enemies/Allies",Price = 15,Description = "Spawn a huge rat that throws LAMs" }, //New for fifth Crowd Control batch

//Items
//new Effect("Give Items","giveitems",ItemKind.Folder), //New folder for third batch
Expand Down

0 comments on commit 22a02ab

Please sign in to comment.