Files
vgstation13/code/datums/gamemode/changeling.dm
MadmanMartian e208254b8a Ports changeling to role datums (#17245)
* 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.
2018-02-09 12:30:32 -08:00

3 lines
97 B
Plaintext

/datum/gamemode/changeling
name = "Changeling"
roles_allowed = list(/datum/role/changeling = 3)