import { Vigor, Stats, Vigors, CompositionAction } from '../combat'
import { Noun, Pronoun, ImproperNoun } from '../language'
import { VoreType } from '../vore'
import { anyVore, VoreType } from '../vore'
import { StatusConsequence } from '../combat/consequences'
import { SurrenderEffect } from '../combat/effects'
import { SoloCondition } from '../combat/conditions'
@@ -21,7 +21,7 @@ export class Human extends Creature {
} else {
stats = options.stats
}
super(name, new ImproperNoun('human', 'humans'), pronouns, stats, new Set([VoreType.Oral, VoreType.Anal, VoreType.Cock, VoreType.Unbirth]), new Set([VoreType.Oral, VoreType.Anal]), 25)
super(name, new ImproperNoun('human', 'humans'), pronouns, stats, anyVore, anyVore, 25)