|
|
@ -160,7 +160,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 |
|
|
|
elsif self["ecstat#{idx}"] == 9 && self["age#{idx}_known"] == 0 |
|
|
|
self["ecstat#{idx}"] = nil |
|
|
|
self["ecstat#{idx}"] = nil |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|