Refactors out num2roman because byond has inbuilt support (yes, really!)

This commit is contained in:
Incoming
2016-07-07 12:01:03 -04:00
parent c5db00bd00
commit f51201fcf6
4 changed files with 5 additions and 21 deletions
@@ -18,7 +18,7 @@
if(ancestor_name)
name = ancestor_name
if(ancestor_chain > 1)
name += " [num2roman(ancestor_chain)]"
name += " \Roman[ancestor_chain]"
else
if(prob(5))
name = pick(rare_pet_monkey_names)