diff --git a/lib/junethack/normalize_death.rb b/lib/junethack/normalize_death.rb index 086baa5c3..3a703aadc 100644 --- a/lib/junethack/normalize_death.rb +++ b/lib/junethack/normalize_death.rb @@ -50,7 +50,7 @@ def normalize_death monster: false end # consolidate ghosts - death = death.gsub(/ (an?|the) ghost of .+/, " a ghost") + death = death.gsub(/(an?|the?) ghost of .+/, " a ghost") # poisoned by a rotted {monster} corpse -> poisoned by a rotted corpse death = death.gsub(/poisoned by a rotted .* corpse/, "poisoned by a rotted corpse")