Browse Source

[added] action to buy paint to cover graffiti outside city apartment re added

KevinSmarts 3 years ago
parent
commit
08523dc19b
1 changed files with 7 additions and 0 deletions
  1. 7 0
      locations/shop.qsrc

+ 7 - 0
locations/shop.qsrc

@@ -337,6 +337,13 @@ if $shoplocation = 'hardware':
 	act 'Leave the hardware department':gt 'shop', 'start'
 
 	'On the counter you can see fabric suitable for sewing. It''s sold in large squares costing 50 <b>₽</b> each. You have <<tkan>> squares of fabric.'
+	if pod_whore_countQW > 15 and paint_blue = 0 and money >= 200:
+		act 'Buy paint to cover graffiti 200 <b>₽</b>.':
+			money -= 200
+			paint_blue = 1
+			gt 'shop', '<font color="green">You bought a tin of paint.</font>'
+		end
+	end		
 end
 
 if $shoplocation = 'clothing':