Skip to content

Commit

Permalink
Mantis Violence Update (DeltaV-Station#1669)
Browse files Browse the repository at this point in the history
I Hate Pacifist Mantises

# Description 

This PR literally just removes the ability of the Mantis to be a
pacifist. He's given a gun and a knife for a reason, his job is a
violent one, makes no sense that he should be able to be a pacifist.

---

# TODO

- [x] Disable pacifism for the Mantis

---

# Changelog

:cl: ShirouAjisai
- tweak: Mantis can no longer be a pacifist

Co-authored-by: ShirouAjisai <zaneromeave319@gmail.com>
  • Loading branch information
SixplyDev and ShirouAjisai authored Jan 27, 2025
1 parent 84c9f16 commit fd8c854
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
- !type:CharacterTraitRequirement
traits:
- AnomalousPositronics
- !type:CharacterTraitRequirement
inverted: true
traits:
- Pacifist
- !type:CharacterLogicOrRequirement
requirements:
- !type:CharacterSpeciesRequirement
Expand Down

1 comment on commit fd8c854

@BlitzTheSquishy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if you know this but my PR for Delta-V got mentioned instead of the intended EE PR, it might be worth checking that, as looking through other PRs on Delta-V your bot and merges are referencing ours rather than EE

Please sign in to comment.