Files
vgstation13/code/datums/gamemode/traitor.dm
MadmanMartian e48a07d23b Role datums tator, double agents, and nuclear operatives (#17935)
* It's not calling things on members for some reason.

* there's probably a to_chat(world in here somewhere

* double agents

* nuke ops tomorrow. Tonight we gondola

* nuke ops bois

* Almost forgot the objective
2018-04-07 15:00:54 +01:00

14 lines
477 B
Plaintext

/datum/gamemode/traitor
name = "Traitor"
factions_allowed = list(/datum/faction/syndicate/traitor)
//are all traitors part of one faction?
/datum/gamemode/traitor/da
name = "Double Agent"
factions_allowed = list(/datum/faction/syndicate/traitor/dagent)
// autotators are just tators ffs! //No, it spawns a faction that has midround recruit enabled ye grot
/datum/gamemode/autotraitor
name = "Autotraitor"
factions_allowed= list(/datum/faction/syndicate/traitor/auto)