Update: CC - Before Render - Moorcow (autqzs1rvq.js) 1 bytes modified

beta.r3js.org
-=yb4f310 2017-11-19 19:03:00 +01:00
parent 8d70f2d5b5
commit 0fb6ab8f5a
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@
GameLib.Event.GAME_DATA,
{
used : this.kanisterTime / this.kanisterLife,
event : 'fuelUsed'
event : 'fuelUsed',
percentage : Math.round((this.kanisterTime / this.kanisterLife) * 100) + '%'
}
);