|
@@ -1185,14 +1185,14 @@ if $ARGS[0] = 'private':
|
|
|
end
|
|
|
|
|
|
if mc_inventory['hair_extensioncream'] > 0:
|
|
|
- '<a href="exec:gs ''drugs'', ''hair_extensioncream'' & gt $loc, $loc_arg">Apply hair extension shampoo.</a> Uses left: <<mc_inventory[''hair_extensioncream'']>>.'
|
|
|
+ '<a href="exec:gs ''drugs'', ''hair_extensioncream''">Apply hair extension shampoo.</a> Uses left: <<mc_inventory[''hair_extensioncream'']>>.'
|
|
|
end
|
|
|
if mc_inventory['butt_injection'] > 0:
|
|
|
- '<a href="exec:gs ''drugs'', ''butt_injection'' & gt $loc, $loc_arg">Inject the KBI butt enhancement shot.</a> Uses left: <<mc_inventory[''butt_injection'']>>.'
|
|
|
+ '<a href="exec:gs ''drugs'', ''butt_injection''">Inject the KBI butt enhancement shot.</a> Uses left: <<mc_inventory[''butt_injection'']>>.'
|
|
|
end
|
|
|
|
|
|
if mc_inventory['breastcream'] > 0:
|
|
|
- '<a href="exec:gs ''drugs'', ''breastcream'' & gt $loc, $loc_arg">Apply breast cream.</a> Uses left: <<mc_inventory[''breastcream'']>>.'
|
|
|
+ '<a href="exec:gs ''drugs'', ''breastcream''">Apply breast cream.</a> Uses left: <<mc_inventory[''breastcream'']>>.'
|
|
|
end
|
|
|
|
|
|
gs 'piercing_management', 'set_manage_string'
|