mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
Adds Abduction Mode
This commit is contained in:
@@ -17,7 +17,8 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set
|
||||
"ninja", //10
|
||||
"monkey" = /datum/game_mode/monkey, //11
|
||||
"gangster" = /datum/game_mode/gang, //12
|
||||
"shadowling" = /datum/game_mode/shadowling //13
|
||||
"shadowling" = /datum/game_mode/shadowling, //13
|
||||
"abductor" = /datum/game_mode/abduction //14
|
||||
)
|
||||
|
||||
|
||||
@@ -888,4 +889,4 @@ datum/preferences
|
||||
character.backbag = backbag
|
||||
|
||||
character.update_body()
|
||||
character.update_hair()
|
||||
character.update_hair()
|
||||
|
||||
Reference in New Issue
Block a user