|
|
@ -73,10 +73,10 @@ EOS
|
|
|
|
|
|
|
|
|
|
|
|
when 'him', 'her', 'it', 'that'
|
|
|
|
when 'him', 'her', 'it', 'that'
|
|
|
|
if him = df.unit_find
|
|
|
|
if him = df.unit_find
|
|
|
|
case him.race_tg.caste[him.caste].caste_id
|
|
|
|
case him.race_tg.caste[him.caste].gender
|
|
|
|
when 'FEMALE'; puts 'its a she !' if race != 'her'
|
|
|
|
when 0; puts 'its a she !' if race != 'her'
|
|
|
|
when 'MALE'; puts 'its a he !' if race != 'him'
|
|
|
|
when 1; puts 'its a he !' if race != 'him'
|
|
|
|
else; puts 'its an it !' if race != 'it' and race != 'that'
|
|
|
|
else; puts 'its an it !' if race != 'it' and race != 'that'
|
|
|
|
end
|
|
|
|
end
|
|
|
|
slayit[him]
|
|
|
|
slayit[him]
|
|
|
|
else
|
|
|
|
else
|
|
|
|