We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b78bb5 commit 75a94eeCopy full SHA for 75a94ee
1 file changed
deathcause.rb
@@ -52,13 +52,13 @@ def display_death_unit(u)
52
if unit ||= item.unit_tg
53
display_death_unit(unit)
54
else
55
- puts "Not a historical figure, cannot death find info"
+ puts "Not a historical figure, cannot find death info"
56
end
57
58
59
histfig = df.world.history.figures.binsearch(hf)
60
unit = histfig ? df.unit_find(histfig.unit_id) : nil
61
- if unit and not unit.flags1.dead and not unit.flags3.ghostly
+ if unit and not unit.flags2.killed and not unit.flags3.ghostly
62
puts "#{unit.name} is not dead yet !"
63
64
0 commit comments