From 3740795ca4bc0bc563704c4471674d8128e77c1f Mon Sep 17 00:00:00 2001 From: Riker Date: Tue, 2 Jun 2026 07:01:43 +0900 Subject: [PATCH 1/2] missing dnh noble quest icon from ages ago? wack y From f08065f0d1441599a662ccaeb62666150d1af2fc Mon Sep 17 00:00:00 2001 From: Riker Date: Mon, 1 Jun 2026 15:03:39 -0700 Subject: [PATCH 2/2] fix dnh 2026 trophy image paths whoops --- lib/junethack/models/trophy.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/junethack/models/trophy.rb b/lib/junethack/models/trophy.rb index a8d300bd..bfcfa512 100644 --- a/lib/junethack/models/trophy.rb +++ b/lib/junethack/models/trophy.rb @@ -452,7 +452,7 @@ def Trophy.check_trophies_for_variant variant_description [:binder_ascension, "The other side of the sky (Ascended a Binder)", "dnh_binder_ascension.png", 5], [:pirate_quest, "Not so inconceivable (Completed the pirate quest)", "dnh_pirate_quest.png", 6], [:bard_quest, "Not so spoony (Completed the bard quest)", "dnh_bard_quest.png", 6], - [:base_noble_quest, "Rebellion crushed (Completed the base noble quest)", "dnh_base_noble_quest.png", 6], + [:base_noble_quest, "Rebellion crushed (Completed the base noble quest)", "dnh_noble_quest.png", 6], [:hedrow_noble_quest, "Family drama (Completed the hedrow noble quest)", "dnh_hedrow_noble_quest.png", 6], [:hedrow_shared_quest, "On agency (Completed the hedrow shared quest)", "dnh_hedrow_shared_quest.png", 6], [:drow_noble_quest, "Foreshadowing (Completed the drow noble quest)", "dnh_drow_noble_quest.png", 6], @@ -474,7 +474,7 @@ def Trophy.check_trophies_for_variant variant_description [:illuminated, "Illuminated (Learned every word of creation and accumulated 30 passive syllable bonuses)", "dnh_illuminated.png", 5], [:exodus, "Exodus (Ascended with a pet android commander or operator android)", "dnh_exodus.png", 5], [:fully_upgraded, "Super Fighting Robot (Acquried all clockwork upgrades (except high-tension spring))", "dnh_clockwork_upgrades.png", 5], - [:hunter_of_nightmares, "Hunter of Nightmares (Defeated at least one of each of the secret insight bosses)", "dnh_hunter_of_nightmares.png", 5], + [:hunter_of_nightmares, "Hunter of Nightmares (Defeated at least one of each of the secret insight bosses)", "dnh_nightmare_hunter.png", 5], [:two_keys, "Two Keys (Ascended having only touched two alignment keys)", "dnh_two_keys.png", 5], [:quite_mad, "Quite Mad (Suffered from at least 6 madnesses)", "dnh_all_mad.png", 5], [:booze_hound, "Booze Hound (Maxed out your drunkard score by drinking at least 90 potions of booze)", "dnh_booze_hound.png", 5], @@ -486,8 +486,8 @@ def Trophy.check_trophies_for_variant variant_description [:drow_healer_quest, "Twisted by dreams (Completed drow healer quest)", "dnh_drohea_qst.png", 6], [:monk_quest, "You must defeat Sheng Long to stand a chance (Completed monk quest)", "dnh_monk_quest.png", 6], [:iea_upgraded, "The Elfdalorian (15+ upgrades on a set of imperial elven armor)", "dnh_elfdalorian.png", 5], - [:undead_hunter_ascension, "I guess this counts as transcendence (Ascended an undead hunter)", "dnh_undead_hunter_ascension.png", 5], - [:undead_hunter_quest, "Don't think too hard about all of this (Completed undead hunter quest)", "dnh_undead_hunter_quest.png", 6], + [:undead_hunter_ascension, "I guess this counts as transcendence (Ascended an undead hunter)", "dnh_uh_asc.png", 5], + [:undead_hunter_quest, "Don't think too hard about all of this (Completed undead hunter quest)", "dnh_uh_qst.png", 6], [:kensei_quest, "Virtue, and no evil (Completed kensei quest)", "dnh_kensei_quest.png", 6], [:centauroid_ascension, "Who needs boots, anyway? (Ascended a centauroid)", "dnh_centaroid_asc.png", 5], [:tiefling_ascension, "Better to serve in heaven (Ascended a tiefling)", "dnh_tiefling_asc.png", 5],