NETSCRIPT: Add Singularity.getFactionEnemies() (#1192)

This commit is contained in:
Paco Delozanne
2024-03-29 00:16:54 -05:00
committed by GitHub
parent 6669c4da6a
commit ae1ca8f9a6
5 changed files with 54 additions and 0 deletions
+1
View File
@@ -182,6 +182,7 @@ const singularity = {
getCompanyFavor: SF4Cost(RamCostConstants.SingularityFn2 / 3),
getCompanyFavorGain: SF4Cost(RamCostConstants.SingularityFn2 / 4),
getFactionInviteRequirements: SF4Cost(RamCostConstants.SingularityFn2),
getFactionEnemies: SF4Cost(RamCostConstants.SingularityFn2),
checkFactionInvitations: SF4Cost(RamCostConstants.SingularityFn2),
joinFaction: SF4Cost(RamCostConstants.SingularityFn2),
workForFaction: SF4Cost(RamCostConstants.SingularityFn2),