Browse Source

[fixed] Old varible nmot updated, spotted by Skylah

Kevin_Smarts 9 months ago
parent
commit
b66e68daee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/gschool_grounds.qsrc

+ 1 - 1
locations/gschool_grounds.qsrc

@@ -784,7 +784,7 @@ if $ARGS[0] = 'change_room':
 	if pcs_hairbsh < 1: act 'Brush your hair': gt 'mirror', 'brush'
 	dynamic $quickwash
 	dynamic $basin
-	if shampoo > 0:
+	if mc_inventory['shampoo'] > 0:
 		dynamic $shower
 	else
 		'<font color="red">You''ve run out of shampoo and will have to buy some more before you can wash yourself.</font>'