|
|
@ -168,7 +168,7 @@ private |
|
|
|
(start_index..6).each do |idx| |
|
|
|
(start_index..6).each do |idx| |
|
|
|
if age_under_16?(idx) |
|
|
|
if age_under_16?(idx) |
|
|
|
self["ecstat#{idx}"] = 9 |
|
|
|
self["ecstat#{idx}"] = 9 |
|
|
|
elsif self["ecstat#{idx}"] == 9 && (self["age#{idx}_known"]).zero? |
|
|
|
elsif self["ecstat#{idx}"] == 9 && age_known?(idx) == false |
|
|
|
self["ecstat#{idx}"] = nil |
|
|
|
self["ecstat#{idx}"] = nil |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|