mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
* re-adds changeling mode via the new role datums * change to RoleTopic * changelings now don't work on faction but on role. Gamemodes can now create roles as well as factions. RoleTopic now works. * removes hitler * changeling vial now works again. Macros corrected. * adds the absorb objective, adds objectives to changeling * Adds argument to ReturnObjectivesString where the name is given or not * apparently there's no need for src. to differentiate local and global variables * removes redundant functions, IsFulfilled returns parent, etc.
3 lines
97 B
Plaintext
3 lines
97 B
Plaintext
/datum/gamemode/changeling
|
|
name = "Changeling"
|
|
roles_allowed = list(/datum/role/changeling = 3) |