1
0
Ver Fonte

[fixed] Variable not set

KevinSmarts há 4 anos atrás
pai
commit
0df20a67b2
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      locations/ParChurch.qsrc

+ 2 - 0
locations/ParChurch.qsrc

@@ -186,10 +186,12 @@ if $ARGS[0] = 'candle':
 		money -= 10
 		'You approach the deacon selling candles and he hands you a candle in exchange for your money.'
 	elseif money >= 10 and money < 20 and owechurch = 1:
+		owechurch = 0
 		money -= 10
 		pcs_mood -= 10
 		'You approach the deacon selling candles and hope that he doesn''t recognize you since you couldn''t pay for your last candle. You give him 10 rubles and he hands you a candle. You hustle away from the counter while guilt gnaws at you.'
 	elseif money >= 20 and owechurch = 1:
+		owechurch = 0
 		money -= 20
 		pcs_mood += 5
 		'You approach the deacon selling candles. He seems confused when you hand him 20 rubles, then he smiles in understanding. You feel relieved that the debt is paid.'