Parcourir la source

[fixed] missing $

CroWke il y a 5 ans
Parent
commit
73ca75313d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      locations/body.qsrc

+ 1 - 1
locations/body.qsrc

@@ -1765,7 +1765,7 @@ end
 if glass >= 2:
 	rand_vision = rand(0,1)
 	if rand_vision = 0:
-		pcdesc_visionrandom = 'glasses'
+		$pcdesc_visionrandom = 'glasses'
 	elseif rand_vision = 1:
 		$pcdesc_visionrandom = 'lenses'
 	end