jacob-grahn / platform-racing-2-server

Multiplayer server for Platform Racing 2
MIT License
49 stars 17 forks source link

Flavor text on prizes no longer appears #27

Closed bls1999 closed 6 years ago

bls1999 commented 6 years ago

The following pieces of flavor text are coded into the game (in parts/Prizes.php), but don't appear under the prize boxes where they have in the past:

An example of what I'm talking about: click me for a youtube video (see at 0:08)

I'm not sure if this is a flash issue or a server issue. Either way, I think it is something to be investigated.

bls1999 commented 6 years ago

The +5 EXP bonus popup doesn't appear either, but the bonus is awarded.

ghost commented 6 years ago

I think this is a client issue. @bls1999

jacob-grahn commented 6 years ago

Does the artifact prize description here show up?

https://github.com/jacob-grahn/platform-racing-2-server/blob/master/multiplayer_server/fns/artifact_first_check.php#L25

bls1999 commented 6 years ago

It's passed to the client but it doesn't show, no. @jacob-grahn

jacob-grahn commented 6 years ago

I don't really plan to fix this, so I'm closing the issue.