Parcourir la source

[fixes] Missing underscore in image call.

VioletKitten il y a 4 ans
Parent
commit
b8076b09e4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      locations/train.qsrc

+ 1 - 1
locations/train.qsrc

@@ -812,7 +812,7 @@ if $ARGS[0] = 'young':
 							*clr
 							cla
 							gs 'stat'
-							'<center><img <<$set_imgh>> src="images/locations/shared/train/electri' + rand(1,5) + '.jpg"></center>'
+							'<center><img <<$set_imgh>> src="images/locations/shared/train/electri_' + rand(1,5) + '.jpg"></center>'
 							'The journey is uneventful and you aren''t paying much attention to it, it doesn''t seem like long before you arrive at your destination.'
 							act 'Get off the train': gt $loc, $metka
 						end