mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Gang Mode
This commit is contained in:
@@ -16,7 +16,8 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set
|
||||
"pAI candidate" = 1, // 7
|
||||
"cultist" = IS_MODE_COMPILED("cult"), // 8
|
||||
"blob" = IS_MODE_COMPILED("blob"), // 9
|
||||
"monkey" = IS_MODE_COMPILED("monkey") // 10
|
||||
"monkey" = IS_MODE_COMPILED("monkey"), // 10
|
||||
"gangster" = IS_MODE_COMPILED("gang") // 11
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user