Bug - Fixed Missing image in Spelunky helper

zarqon

Well-known member
Finally getting my missing Spelunky factoids (Spelunky frustrates me so I've been avoiding it) and discovered the image for the Crashed U.F.O is missing in mafia's choiceadv helper. It has

HTML:
<img src="/images/null" height=105 border=0 alt="The Crashed U.F.O." title="The Crashed U.F.O.">

where it should have

HTML:
<img src="/images/otherimages/spelunky/ufo.gif" height=105 border=0 alt="The Crashed U.F.O." title="The Crashed U.F.O.">

That is all!
 
Top