Added CourseSongRewardLives metric to LifeMeterBattery.

This commit is contained in:
Kyzentun
2014-08-06 15:26:54 -06:00
parent 6be879f06d
commit 6aad3c8f75
4 changed files with 16 additions and 1 deletions
+2
View File
@@ -672,6 +672,8 @@ MinesSubtractLives=1
HeldAddLives=0
# how many lives an unsuccessful hold will cost you.
LetGoSubtractLives=1
# this function returns how many lives to add when a song ends in course mode.
CourseSongRewardLives=function(life_meter, pn) if GAMESTATE:GetCurrentSteps(pn):GetMeter() >= 8 then return 2 end return 1 end
# How many lives trigger the "Danger" state.
DangerThreshold=1