mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 02:07:57 +00:00
YASC messages in hardcore mode
This commit is contained in:
@@ -1227,11 +1227,13 @@ EX void killThePlayer(eMonster m, int id, flagtype flags) {
|
||||
}
|
||||
else if(hardcore) {
|
||||
addMessage(XLAT("You are killed by %the1!", m));
|
||||
yasc_message = XLAT("killed by %the1", m);
|
||||
killHardcorePlayer(id, flags);
|
||||
}
|
||||
else if(m == moLightningBolt && lastmovetype == lmAttack && isAlchAny(playerpos(id))) {
|
||||
addMessage(XLAT("You are killed by %the1!", m));
|
||||
addMessage(XLAT("Don't play with slime and electricity next time, okay?"));
|
||||
yasc_message = XLAT("killed by %the1", m);
|
||||
kills[moPlayer]++;
|
||||
items[itOrbSafety] = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user