Adds prefs for Corgi and Cursed Sword roles

This commit is contained in:
Heroman
2021-11-21 12:42:53 +10:00
parent dead3acae1
commit 5438a64e64
3 changed files with 16 additions and 8 deletions
@@ -21,6 +21,8 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set
"lost drone" = 1, // 16
"maint pred" = 1, // 17
"morph" = 1, // 18
"corgi" = 1, // 19
"cursed sword" = 1, // 20
//VOREStation Add End
)