mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
* 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
14 lines
477 B
Plaintext
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)
|