Skip to content

Commit

Permalink
No more negative hitpoints.
Browse files Browse the repository at this point in the history
Signed-off-by: David Silver <dms.silver@gmail.com>
  • Loading branch information
Nuku committed Jul 6, 2011
1 parent db4326a commit 86ae88f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Inform/story.ni
Expand Up @@ -1570,6 +1570,7 @@ To lose:
follow the breast descr rule;
say "[victory entry]";
infect;
if hp of player is less than 1, now hp of player is 1;
increase the XP of the player by lev entry divided by two;
decrease the score by 1;
decrease the morale of the player by 3;
Expand Down Expand Up @@ -2504,6 +2505,7 @@ carry out vetcheat:
if vetcheater is not 0:
say "You can only use this once.";
stop the action;
increase vetcheater by 1;
increase xp of player by 200;
level up;
level up;
Expand Down

0 comments on commit 86ae88f

Please sign in to comment.