mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
FACTIONS: fix invite requirement for slum snakes (#915)
This commit is contained in:
parent
b06b8bbdde
commit
9585913e0a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user