Skip to content

Commit

Permalink
elite missions
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Oct 13, 2024
1 parent a8a7e77 commit 0d7c46e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions code/modules/dynamic_missions/missions/kill.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,20 @@
target_type = /mob/living/simple_animal/hostile/human/nanotrasen/elite
setpiece_item = /obj/item/folder/documents/syndicate

/datum/mission/dynamic/kill/megafauna

/datum/mission/dynamic/kill/megafauna/generate_mission_details()
target_type = pick(
/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner,
/mob/living/simple_animal/hostile/megafauna/claw,
)

/datum/mission/dynamic/kill/elite

/datum/mission/dynamic/kill/elite/generate_mission_details()
target_type = pick(
/mob/living/simple_animal/hostile/asteroid/elite/broodmother,
/mob/living/simple_animal/hostile/asteroid/elite/herald,
/mob/living/simple_animal/hostile/asteroid/elite/legionnaire,
/mob/living/simple_animal/hostile/asteroid/elite/pandora
)

0 comments on commit 0d7c46e

Please sign in to comment.