From 2fd9ced929134aed28c45a4b22f3c7ea7e145a78 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Wed, 13 Mar 2019 16:24:23 -0700
Subject: [PATCH] More intuitive weight labels

---
 src/uncategorized/customSlave.tw | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/uncategorized/customSlave.tw b/src/uncategorized/customSlave.tw
index ed2ac67c84c..08c6f865eca 100644
--- a/src/uncategorized/customSlave.tw
+++ b/src/uncategorized/customSlave.tw
@@ -458,8 +458,8 @@
 <<if $customSlave.weight == -50>>Very thin.
 <<elseif $customSlave.weight == -15>>Thin.
 <<elseif $customSlave.weight == 0>>Average weight.
-<<elseif $customSlave.weight == 15>>Chubby.
-<<elseif $customSlave.weight == 50>>Plump.
+<<elseif $customSlave.weight == 15>>Plush.
+<<elseif $customSlave.weight == 50>>Chubby.
 <<elseif $customSlave.weight == 100>>Fat.
 <<elseif $customSlave.weight == 150>>Very Fat.
 <<else>>Immobile.
@@ -480,12 +480,12 @@
 	<<CustomSlaveWeight>>
 <</link>>
 |
-<<link "Chubby">>
+<<link "Plush">>
 	<<set $customSlave.weight = 15>>
 	<<CustomSlaveWeight>>
 <</link>>
 |
-<<link "Plump">>
+<<link "Chubby">>
 	<<set $customSlave.weight = 50>>
 	<<CustomSlaveWeight>>
 <</link>>
-- 
GitLab