From 013d55fa1d49aeef6182ae245195ac4d9d8dedb4 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 27 Apr 2019 04:01:59 -0400 Subject: [PATCH] Corrected bad clit removing code --- src/uncategorized/nextWeek.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/nextWeek.tw b/src/uncategorized/nextWeek.tw index d0883332485..8d5bb88f95f 100644 --- a/src/uncategorized/nextWeek.tw +++ b/src/uncategorized/nextWeek.tw @@ -174,7 +174,7 @@ <<set $slaves[_i].rivalryTarget = 0, $slaves[_i].rivalry = 0>> <</if>> <<if $slaves[_i].vagina < 0>> - <<set $slaves[_i].vaginalAccessory = "none", $slaves[_i].chastityVagina = 0, $slaves[_i].vaginaPiercing = 0, $slaves[_i].clit = 0, $slaves[_i].clitPiercing = 0>> + <<set $slaves[_i].vaginalAccessory = "none", $slaves[_i].chastityVagina = 0, $slaves[_i].vaginaPiercing = 0>> <</if>> <<if $slaves[_i].dick == 0>> <<set $slaves[_i].dickAccessory = "none", $slaves[_i].chastityPenis = 0, $slaves[_i].dickTat = 0, $slaves[_i].dickPiercing = 0>> -- GitLab