Easter eggs can also be in the "to" field

This commit is contained in:
Tailszefox 2015-12-31 11:30:04 +01:00
parent df7dc8dabc
commit 05af8c685f

View file

@ -81,13 +81,13 @@ else
<p>
<select name="from" id="from" class="fusionChoice">
<?php
if($from == "vinyl2")
if($from == "vinyl2" || $to == "vinyl2")
{
$ponies["vinyl2"]["hidden"] = FALSE;
$ponies["vinyl"]["hidden"] = TRUE;
}
if($from == "starlight2")
if($from == "starlight2" || $to == "starlight2")
{
$ponies["starlight2"]["hidden"] = FALSE;
$ponies["starlight"]["hidden"] = TRUE;