I tested this; you can buy two tickets but not for the same pig. I checked this out with the numbers that I had and it is simply worse then before.
Picking one pig - 1133 tries costs 81576 silver
Example 1:
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
Selecting the most winning pig.
In my sample I had 159. That returns 159*70 (remember 2 silver goes to the handler) for 11130 silver.
Example 2:
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
Selection the worst winning pig.
In my sample I had 116. That returns 116*70 for 8120silver.
Picking two pigs - 1133 tries costs 163152 silver (144 silver for two tickets)
Example 1-
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
selecting the two most winning 159 and 157. Returns 316*70 for 22120. Remember only one pig can win.
Example 2 -
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
Selecting the worst two winning at 120 and 116. Returns 16520 Silver.
It's not worth playing this game. Just another money sink.