From 392ba9c8c68b123b0497b84159186ee2a88cd7b2 Mon Sep 17 00:00:00 2001 From: valen102938 <valen102938@hotmail.com> Date: Tue, 7 Nov 2017 22:34:27 -0500 Subject: [PATCH] Update salon.tw Added buttons for the "Messy" and "Eary" hairstyles to the auto Salon. Line 204: | [[Messy|Salon][$activeSlave.hStyle = "messy",$cash -= $modCost]] Line 205: | [[Eary|Salon][$activeSlave.hStyle = "eary",$cash -= $modCost]] --- src/uncategorized/salon.tw | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw index ce71d43d0f4..a9ad364212b 100644 --- a/src/uncategorized/salon.tw +++ b/src/uncategorized/salon.tw @@ -201,6 +201,8 @@ | [[Curled|Salon][$activeSlave.hStyle = "curled",$cash -= $modCost]] | [[Permed|Salon][$activeSlave.hStyle = "permed",$cash -= $modCost]] | [[Luxurious|Salon][$activeSlave.hStyle = "luxurious",$cash -= $modCost]] + | [[Messy|Salon][$activeSlave.hStyle = "messy",$cash -= $modCost]] + | [[Eary|Salon][$activeSlave.hStyle = "eary",$cash -= $modCost]] | [[Dreadlocks|Salon][$activeSlave.hStyle = "dreadlocks",$cash -= $modCost]] | [[Cornrows|Salon][$activeSlave.hStyle = "cornrows",$cash -= $modCost]] | [[Braided|Salon][$activeSlave.hStyle = "braided",$cash -= $modCost]] -- GitLab