Sfoglia il codice sorgente

[fixed] ass and wrist tattoos weren't properly routing. Reported by Dasha

anjuna krokus 2 mesi fa
parent
commit
60f259a132
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      locations/pirsingsalon.qsrc

+ 2 - 2
locations/pirsingsalon.qsrc

@@ -1003,7 +1003,7 @@ if $ARGS[0] = 'tattoo_ass':
 		ps_total = func('tattoo_management', 'totals', 'ass')
 		ps_i = 1
 		:looptatass
-			*p '<a href="exec: gt ''pirsingsalon'', ''tattoo_ass'', <<ps_i>>"><img height="250" src="<<func(''tattoo_management'', ''ass_image'', ps_i)>>"></a>'
+			*p '<a href="exec: gt ''pirsingsalon'', ''tattoo_ass2'', <<ps_i>>"><img height="250" src="<<func(''tattoo_management'', ''ass_image'', ps_i)>>"></a>'
 			ps_i += 1
 		if ps_i <= ps_total: jump 'looptatass'
 
@@ -1837,7 +1837,7 @@ if $ARGS[0] = 'tattoo_wrist2':
 	act 'Return': gt 'pirsingsalon', 'tattoo_wrist'
 end
 
-if $ARGS[0] = 'tattoo_wrist2':
+if $ARGS[0] = 'tattoo_wrist3':
 	minut += 60
 	if $ARGS[2] = 'money': money -= 12000 else karta -= 12000
 	gs 'tattoo_management', 'add', 'wrist', ARGS[1]