Pet starting apport equals your current charisma

This commit is contained in:
Pasi Kallinen
2016-10-08 11:55:22 +03:00
parent e81c58aa1d
commit e8e7d969c3

View File

@@ -41,7 +41,7 @@ register struct monst *mtmp;
mtmp->meating = 0;
EDOG(mtmp)->droptime = 0;
EDOG(mtmp)->dropdist = 10000;
EDOG(mtmp)->apport = 10;
EDOG(mtmp)->apport = ACURR(A_CHA);
EDOG(mtmp)->whistletime = 0;
EDOG(mtmp)->hungrytime = 1000 + monstermoves;
EDOG(mtmp)->ogoal.x = -1; /* force error if used before set */