Merge pull request #11874 from Heroman3003/moreroleprefs

Adds prefs for Corgi and Cursed Sword roles
This commit is contained in:
Casey
2021-12-08 22:49:16 +00:00
committed by Chompstation Bot
parent e6f330182b
commit f7fbce58c1
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
)