Adds Abduction Mode

This commit is contained in:
AnturK
2015-04-13 18:40:15 +02:00
parent 77cd7476a1
commit 6fa8e5f02d
31 changed files with 1565 additions and 51 deletions
+3 -2
View File
@@ -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()