Wizards are now at least 30 years old. Apprentices are 17 to 29. (#978)

This commit is contained in:
CitadelStationBot
2017-05-18 12:05:55 -05:00
committed by Poojawa
parent 5ce420eff3
commit 04c79d28f9
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -110,6 +110,10 @@
wizard_mob.name = newname
if(wizard_mob.mind)
wizard_mob.mind.name = newname
/* Wizards by nature cannot be too young. */
if(wizard_mob.age < WIZARD_AGE_MIN)
wizard_mob.age = WIZARD_AGE_MIN
return