FACTIONS: fix invite requirement for slum snakes (#915)

This commit is contained in:
Jesse Clark 2023-11-04 22:07:05 -07:00 committed by GitHub
parent b06b8bbdde
commit 9585913e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -125,7 +125,7 @@ export const FactionInfos: Record<FactionName, FactionInfo> = {
[FactionName.Daedalus]: new FactionInfo({
infoText: <>Yesterday we obeyed kings and bent our necks to emperors. Today we kneel only to truth.</>,
rumorText: <>Follow the thread.</>,
rumorText: <>Follow the thread. Take fl1ght.</>,
inviteReqs: [
haveAugmentations(currentNodeMults.DaedalusAugsRequirement),
haveMoney(100e9),
@ -599,7 +599,7 @@ export const FactionInfos: Record<FactionName, FactionInfo> = {
[FactionName.SlumSnakes]: new FactionInfo({
infoText: <>{FactionName.SlumSnakes} rule!</>,
rumorText: <>Graffiti seen in the slums: {FactionName.SlumSnakes} rule!</>,
inviteReqs: [haveCombatSkills(30), haveMoney(1e6)],
inviteReqs: [haveCombatSkills(30), haveMoney(1e6), haveKarma(-9)],
rumorReqs: [haveKarma(-1)],
offerFieldWork: true,
offerSecurityWork: true,