Преглед изворни кода

[changed] Fix displaying coach's portrait at the disco.

colwyvern пре 1 година
родитељ
комит
0da2c0b2c1
1 измењених фајлова са 4 додато и 3 уклоњено
  1. 4 3
      locations/pav_disco_classmates.qsrc

+ 4 - 3
locations/pav_disco_classmates.qsrc

@@ -127,12 +127,13 @@ if $ARGS[0] = 'classmates':
 		$table_disco += '<tr><td align=center><a href="exec:gt ''pav_disco_coolkids'', ''sonia_outcast'' "><img  height="100" src="images/characters/shared/headshots_main/25.jpg"></a></td></tr><tr><td align=center><<$npc_usedname[''A25'']>></td></tr></table></td><td colspan=7></td></tr>'
 	end
 	if hour >= 21 and hour < 23 and week=5:
+		$table_disco += '<tr><td colspan=8>Coach Mikhail Nikolayevich stands at the entrance of the hall.</td></tr>'
 		if night_mode = 1 or night_mode = 2:
-			$table_disco += '<tr><td width =12.5%><table bgcolor=#404040 align=left width=12.5%>'
+			$table_disco += '<tr><td><table bgcolor=#404040>'
 		else
-			$table_disco += '<tr><td width =12.5%><table bgcolor=#FFF8DC align=left width=12.5%>'
+			$table_disco += '<tr><td><table bgcolor=#FFF8DC>'
 		end
-		$table_disco += '<a href="exec: gt ''VolleyTrenerSpeak''"><img  height="100" src="images/characters/shared/headshots_main/69.jpg"></a></td><td valign=bottom align=left bgcolor=white colspan=7>Coach Mikhail Nikolayevich stands at the enterance of the hall.</td></tr>'
+		$table_disco += '<tr><td align=center><a href="exec: gt ''VolleyTrenerSpeak''"><img  height="100" src="images/characters/shared/headshots_main/69.jpg"></a></td></tr><tr><td align=center>Coach</td></tr></table></td><td colspan=7></td></tr>'
 	end
 	$table_disco += '</table></center>'
 	$table_disco