mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Fixes pref flags
This commit is contained in:
@@ -14,8 +14,9 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set
|
||||
"pAI", //7
|
||||
"cultist" = /datum/game_mode/cult, //8
|
||||
"blob" = /datum/game_mode/blob, //9
|
||||
"monkey" = /datum/game_mode/monkey, //10
|
||||
"gangster" = /datum/game_mode/gang //11
|
||||
"ninja", //10
|
||||
"monkey" = /datum/game_mode/monkey, //11
|
||||
"gangster" = /datum/game_mode/gang //12
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user