Merge pull request #19198 from Incoming5643/when_in_rome

Refactors out num2roman because byond has inbuilt support (yes, really!)
This commit is contained in:
oranges
2016-07-09 18:15:20 +12:00
committed by GitHub
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)