ソースを参照

Fix the return to the disco after the combing

rachels 2 年 前
コミット
7fd5cb8a3d
1 ファイル変更2 行追加2 行削除
  1. 2 2
      locations/FedorMisc.qsrc

+ 2 - 2
locations/FedorMisc.qsrc

@@ -52,7 +52,7 @@ if $ARGS[0] = 'Fedor Chat':
 	end
 
 	if pcs_hairbsh = 0:
-		'Fedor notices your messy hair and pulls out his <a href="exec:gt ''FedorMisc'', ''Comb''">comb</a>.'
+		'Fedor notices your messy hair and pulls out his <a href="exec:gt ''FedorMisc'', ''Comb'', <<ARGS[1]>>">comb</a>.'
 	end
 
 	if npc_grupTipe['A5'] = 5:'Fedor is an outcast in school, and doesn''t have anyone to sit with during lunch.'
@@ -165,7 +165,7 @@ if $ARGS[0] = 'Comb':
 	'<center><b><h4><font color=#ff00cc><<"<<$pcs_firstname>> [<<$pcs_nickname>>] <<$pcs_lastname>>">></font></h4></b></center>'
 	*pl '<center><img <<$set_imgh>> src="<<FUNC(''$face_image'')>>"></center>'
 
-	act 'Move away':gt $loc, $loc_arg
+	act 'Move away':gt $loc, $loc_arg, ARGS[1]
 end
 
 if $ARGS[0] = 'Locker Room':