[NO GBP] Removes sentient disease from antag preferences (#83518)

This commit is contained in:
Time-Green
2024-05-28 11:10:06 -04:00
committed by GitHub
parent 9cf6f18aac
commit d9fedb97b2
2 changed files with 0 additions and 19 deletions
-4
View File
@@ -117,10 +117,6 @@
"weight": 0
},
"Sentient Disease": {
"weight": 0
},
"Space Pirates": {
"weight": 0
},
@@ -1,15 +0,0 @@
import { Antagonist, Category } from '../base';
const SentientDisease: Antagonist = {
key: 'sentientdisease',
name: 'Sentient Disease',
description: [
`
Mutate and spread yourself and infect as much of the crew as possible
with a deadly plague of your own creation.
`,
],
category: Category.Midround,
};
export default SentientDisease;