Skip to content
Snippets Groups Projects
Commit 8e1749c8 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-dev' into 'pregmod-master'

Fix misplaced literals

See merge request pregmodfan/fc-pregmod!7670
parents c9af1870 cdc83adf
No related branches found
No related tags found
No related merge requests found
...@@ -513,10 +513,10 @@ globalThis.pRivalryCapture = function() { ...@@ -513,10 +513,10 @@ globalThis.pRivalryCapture = function() {
slave.intelligenceImplant = 30; slave.intelligenceImplant = 30;
slave.devotion = -20; slave.devotion = -20;
slave.trust = -10; slave.trust = -10;
slave.origin = "${He} was once an arcology owner like yourself."; slave.origin = "$He was once an arcology owner like yourself.";
slave.career = "an arcology owner"; slave.career = "an arcology owner";
slave.prestige = 3; slave.prestige = 3;
slave.prestigeDesc = "You bankrupted and enslaved ${him} in revenge for ${his} part in the attack on your arcology by the Daughters of Liberty."; slave.prestigeDesc = "You bankrupted and enslaved $him in revenge for $his part in the attack on your arcology by the Daughters of Liberty.";
setHealth(slave, 100, 0, 0, 0, jsRandom(10, 30)); setHealth(slave, 100, 0, 0, 0, jsRandom(10, 30));
if (slave.physicalAge > 35) { if (slave.physicalAge > 35) {
applyAgeImplant(slave); applyAgeImplant(slave);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment