Export to GitHub

hedgewars - issue #834

Mutant script update: Use graph to represent score instead of health


Posted on Nov 24, 2014 by Swift Giraffe

I made some changes to the Mutant script and I request them to be merged into Hedgewars.

If you ever played Mutant, you probably noticed the weird ups and downs in the graph of the stats screen at the end of a match. This is because the script alters the hedgehog health frequently. However, in Mutant, the graph is surely much more useful for representing the score.

So I edited the Mutant script so the graph now shows the score, not the overall health.

Here is how the graph looks after an example game: https://i.imgur.com/vNRiVCR.png

I started working on version 0.9.5 of the Mutant script and updated it from there.

Here is the modified Mutant script (new version 0.9.6): http://lpaste.net/raw/114884

Status: New

Labels:
Type-Enhancement