mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-21 21:28:33 +00:00
changed some achievement_gain to achievement_gain_once (this also fixes achievements awarded too soon)
This commit is contained in:
@@ -500,7 +500,7 @@ EX namespace yendor {
|
||||
addMessage(XLAT("You feel that these directions are %1 turns old.", yi[byi].age.get_str(100)));
|
||||
if(yii != byi) {
|
||||
yii = byi;
|
||||
achievement_gain("YENDOR1");
|
||||
achievement_gain_once("YENDOR1");
|
||||
playSound(yendor, "pickup-yendor");
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user