changeling ![code/modules/antagonists/changeling/changeling.dm 8](git.png)
Vars | |
hostile_absorbed | did we get succed by another changeling |
---|---|
Procs | |
check_menu | Checks if we are allowed to interact with a radial menu |
give_power | Gives a passed changeling power datum to the player |
select_dna | Gives a changeling a list of all possible dnas in their profiles to choose from and returns profile containing their chosen dna |
Var Details
hostile_absorbed ![code/modules/antagonists/changeling/changeling.dm 25](git.png)
did we get succed by another changeling
Proc Details
check_menu
Checks if we are allowed to interact with a radial menu
Arguments:
- user The carbon mob interacting with the menu
give_power
Gives a passed changeling power datum to the player
Is passed a path to a changeling power, and applies it to the user. If successful, we return TRUE, otherwise not.
Arguments:
- power_path - The path of the power we will be giving to our attached player.
select_dna
Gives a changeling a list of all possible dnas in their profiles to choose from and returns profile containing their chosen dna