Skip to content

Commit 528a647

Browse files
authored
Update roles.js
1 parent 1e3d92c commit 528a647

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

data/roles.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,15 @@ const roleData = {
10181018
["Evil Dead Count", PRIORITY_INVESTIGATIVE_AFTER_RESOLVE_DEFAULT - 10],
10191019
],
10201020
},
1021+
Mortician: {
1022+
alignment: "Village",
1023+
category: "Investigative",
1024+
tags: ["Information", "Alignment", "Dead", "Basic"],
1025+
description: ["Each night, you learn the role of any players condemned the previous day."],
1026+
nightOrder: [
1027+
["Learn Condemnded Player's role", PRIORITY_INVESTIGATIVE_AFTER_RESOLVE_DEFAULT - 10],
1028+
],
1029+
},
10211030
Diviner: {
10221031
alignment: "Village",
10231032
category: "Investigative",

0 commit comments

Comments
 (0)