Kaynağa Gözat

Fixed ending up with negative amount of makeup in stripclub when showering with makeup already applied

Creamel 4 ay önce
ebeveyn
işleme
40bf8d201e
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      locations/stwork.qsrc

+ 6 - 0
locations/stwork.qsrc

@@ -91,6 +91,12 @@ if $ARGS[0] = 'start':
 					if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
 				end
 				if pcs_makeup < 4:
+					if mc_inventory['cosmetics'] < 3:
+						*nl
+						'Once showered, you realize you don''t have enough makeup to go on stage.'
+						act 'Go back to the dressing room':gt 'stwork', 'start'
+						exit
+					end
 					gs 'exp_gain', 'makupskl', rand(1,3)
 					mc_inventory['cosmetics'] -= 3
 					vidageday -= 1