From 0a28939fed9d47aa88dbee38395645a35297b8c4 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 14 Oct 2022 18:33:56 +0000 Subject: [PATCH] Fix bad template --- src/events/nonRandom/rival/pRivalryActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/nonRandom/rival/pRivalryActions.js b/src/events/nonRandom/rival/pRivalryActions.js index dbf946aca09..e4c32bbad46 100644 --- a/src/events/nonRandom/rival/pRivalryActions.js +++ b/src/events/nonRandom/rival/pRivalryActions.js @@ -2532,7 +2532,7 @@ App.Events.pRivalryActions = function() { V.hostage.counter.oral += 1; V.hostage.counter.vaginal += 1; V.hostage.counter.anal += 1; - hostageAction.push(`struggling to escape the grasp of an energetic young $woman2}.`); + hostageAction.push(`struggling to escape the grasp of an energetic young ${woman2}.`); hostageAction.push(`shouting profanity at ${his} young partner.`); hostageAction.push(`rebuking ${his} young partner's advances.`); } else if (V.rival.duration <= 10) { -- GitLab