mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
[NO GBP] Removes sentient disease from antag preferences (#83518)
This commit is contained in:
@@ -117,10 +117,6 @@
|
||||
"weight": 0
|
||||
},
|
||||
|
||||
"Sentient Disease": {
|
||||
"weight": 0
|
||||
},
|
||||
|
||||
"Space Pirates": {
|
||||
"weight": 0
|
||||
},
|
||||
|
||||
-15
@@ -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;
|
||||
Reference in New Issue
Block a user