Remove conf.h from SVN and some bug fixes

This commit is contained in:
JamDog
2010-11-04 10:52:01 +00:00
parent 95b4f8267c
commit 2743ff82ec
15 changed files with 178 additions and 481 deletions

View File

@@ -277,15 +277,14 @@ ASPELL(spell_charm)
add_follower(victim, ch);
new_affect(&af);
af.type = SPELL_CHARM;
af.duration = 24 * 2;
if (GET_CHA(ch))
af.duration *= GET_CHA(ch);
if (GET_INT(victim))
af.duration /= GET_INT(victim);
af.modifier = 0;
af.location = 0;
af.bitvector = AFF_CHARM;
SET_BIT_AR(af.bitvector, AFF_CHARM);
affect_to_char(victim, &af);
act("Isn't $n just such a nice fellow?", FALSE, ch, 0, victim, TO_VICT);