diff --git a/game/modules/tome/data/birth/descriptors.lua b/game/modules/tome/data/birth/descriptors.lua
index 02b05895c2e8268956547876b32737ab092976f8..066ced4c0ca1f8076e5a77b55a002d58936daeca 100644
--- a/game/modules/tome/data/birth/descriptors.lua
+++ b/game/modules/tome/data/birth/descriptors.lua
@@ -132,6 +132,7 @@ newBirthDescriptor{
 		__game_difficulty = 1,
 		__allow_rod_recall = false,
 		__allow_transmo_chest = false,
+		instakill_immune = 1,
 	},
 	game_state = {
 		always_learn_birth_talents = true,
@@ -156,6 +157,7 @@ newBirthDescriptor{
 		class = { ["Tutorial Adventurer"] = "forbid", },
 	},
 	copy = {
+		instakill_immune = 1,
 		__game_difficulty = 1,
 	},
 }
@@ -174,6 +176,7 @@ newBirthDescriptor{
 		class = { ["Tutorial Adventurer"] = "forbid", },
 	},
 	copy = {
+		instakill_immune = 1,
 		__game_difficulty = 2,
 	},
 }
@@ -194,6 +197,7 @@ newBirthDescriptor{
 		class = { ["Tutorial Adventurer"] = "forbid", },
 	},
 	copy = {
+		instakill_immune = 1,
 		__game_difficulty = 3,
 	},
 }
@@ -216,7 +220,10 @@ newBirthDescriptor{
 		race = { ["Tutorial Human"] = "forbid", },
 		class = { ["Tutorial Adventurer"] = "forbid", },
 	},
-	copy = { __game_difficulty = 4, rank=2 },
+	copy = {
+		__game_difficulty = 4,
+		rank=2,
+	},
 }
 
 --------------- Permadeath