summaryrefslogtreecommitdiff
path: root/src/birth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/birth.c')
-rw-r--r--src/birth.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/birth.c b/src/birth.c
index 41abe3ad..4734a189 100644
--- a/src/birth.c
+++ b/src/birth.c
@@ -1246,6 +1246,13 @@ static void player_outfit(void)
identify_pack_fully();
}
+ if (streq(rmp_ptr->title + rmp_name, "Vampire"))
+ {
+ player_gain_corruption(CORRUPT_VAMPIRE_TEETH);
+ player_gain_corruption(CORRUPT_VAMPIRE_STRENGTH);
+ player_gain_corruption(CORRUPT_VAMPIRE_VAMPIRE);
+ }
+
process_hooks(HOOK_BIRTH_OBJECTS, "()");
meta_inertia_control_hook_birth_objects();