From 0e5110273bac296c6209dc30fe1b9c77e7c071a9 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 7 Jun 2019 15:27:32 -0400 Subject: [PATCH] no comment --- src/uncategorized/seCoursing.tw | 3 +++ src/uncategorized/seCoursingRace.tw | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw index da56928e759..8e38b0d0b59 100644 --- a/src/uncategorized/seCoursing.tw +++ b/src/uncategorized/seCoursing.tw @@ -263,6 +263,7 @@ You lead your lurcher $activeLurcher.slaveName out on a leash, naked just like t <<if $activeSlave != 0>> <<set $activeSlave.clothes = _clothesTemp2>> <</if>> + <<unset $activeLurcher>> <</replace>> <</link>> <<elseif _sec == 1>> @@ -295,6 +296,7 @@ You lead your lurcher $activeLurcher.slaveName out on a leash, naked just like t <<if $activeSlave != 0>> <<set $activeSlave.clothes = _clothesTemp2>> <</if>> + <<unset $activeLurcher>> <</replace>> <</link>> <<else>> @@ -327,6 +329,7 @@ You lead your lurcher $activeLurcher.slaveName out on a leash, naked just like t <<if $activeSlave != 0>> <<set $activeSlave.clothes = _clothesTemp2>> <</if>> + <<unset $activeLurcher>> <</replace>> <</link>> <</if>> diff --git a/src/uncategorized/seCoursingRace.tw b/src/uncategorized/seCoursingRace.tw index d393f5bbfff..024805de1b8 100644 --- a/src/uncategorized/seCoursingRace.tw +++ b/src/uncategorized/seCoursingRace.tw @@ -345,4 +345,4 @@ You place your hand on the leash's quick release and <<if canHear($activeLurcher <<set $activeSlave = 0>> <</if>> -<<unset $origin, $origin1, $origin2, $origin3, $hareSpeed, $hareSpeed1, $hareSpeed2, $hareSpeed3, $hare1, $hare2, $hare3, $lurcherIndex, $activeLurcher>> +<<unset $origin, $origin1, $origin2, $origin3, $hareSpeed, $hareSpeed1, $hareSpeed2, $hareSpeed3, $hare1, $hare2, $hare3, $lurcherIndex>> -- GitLab