Browse Source

[fixed] correct var check

Spackled Lanturn 3 years ago
parent
commit
f1d5e32c2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/soniadisco.qsrc

+ 1 - 1
locations/soniadisco.qsrc

@@ -326,7 +326,7 @@ if $ARGS[0] = 'peerpressure':
 	*clr & cla
 
 	if soniafall <= 2:
-		if $ARGS[1] = 'cautionsonia':
+		if $soniadisco_peerpressuretrigger = 'cautionsonia':
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/sonia/disco/soniadrink.jpg"></center>'
 		else
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/event/gopnik/gopdrinking.jpg"></center>'