Wizards are now at least 30 years old. Apprentices are 17 to 29. (#978)
This commit is contained in:
committed by
Poojawa
parent
5ce420eff3
commit
04c79d28f9
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user