mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
* FIXES ANOTHER AVALANCHE * fixes the antag macros * can now start a round, re-adds the sandbox gamemode, adds PostSetup() and late_join() to gamemode datum. * fixes some runtimes involving monkeys and their mind being probed by secbots. Removes gamemodes active_roles.dm nonsense, as roles are supposed to be on an individual basis. * removes startwords from the cult gamemode and moves them to the narsie faction * Adds proper role handling for adding people to factions, adds autotraitor * Re-implements some things that were commented out to help lessen the avalanche * ITS ALIVE * delegation, antag objectives now stored in memory appropriately * standardizes the faction members stuff to be ROLES NOT MINDS, HOLY FUCK. Removes unused variables from roles where n3x15 thought roles would also act like factions for some bloody reason. attempts to and fails to salvage check_antagonists * PEDANTIC SEMANTICS
6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
/datum/gamemode/extended
|
|
name = "Extended"
|
|
|
|
/datum/gamemode/extended/Setup()
|
|
return 1
|