Skip to content

Commit

Permalink
no more ice demon capture missions (#3421)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Have fun capturing the thing that teleports every 3 seconds and quickly
runs away from you

## Why It's Good For The Game

You can probably accomplish these but it's terribly tedious and horribly
not worth it

## Changelog

:cl:
del: missions will no longer request capturing ice demons
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
SomeguyManperson authored Oct 5, 2024
1 parent bd32092 commit b623396
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions code/modules/overmap/missions/acquire_mission.dm
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,6 @@ Acquire: Anomaly
weight = 2
objective_type = /mob/living/simple_animal/hostile/asteroid/ice_whelp

/datum/mission/acquire/creature/ice_demon
name = "Capture an ice demon"
desc = "I require a live ice demon for research purposes. Trap one within the given \
Lifeform Containment Unit and return it to me and you will be paid handsomely."
value = 1500
weight = 2
objective_type = /mob/living/simple_animal/hostile/asteroid/ice_demon

/datum/mission/acquire/creature/migo
name = "Capture a live mi-go"
desc = "I require a live mi-go for research purposes. Trap one within the given \
Expand Down

0 comments on commit b623396

Please sign in to comment.