/datum/species

Vars | |
burstscreams | Species specific emote sound lists |
---|---|
group | Used for isx(y) checking of species groups |
knock_down_reduction | Factor of reduction of KnockDown duration. |
knock_out_reduction | Factor of reduction of KnockOut duration. |
mob_inherent_traits | Status traits to give to the mob. |
stun_reduction | Factor of reduction of Stun duration. |
weed_slowdown_mult | If different from 1, a signal is registered on post_spawn(). |
Procs | |
apply_signals | Apply signals to the human |
open_emote_panel | Override to add an emote panel to a species |
Var Details
burstscreams

Species specific emote sound lists
group

Used for isx(y) checking of species groups
knock_down_reduction

Factor of reduction of KnockDown duration.
knock_out_reduction

Factor of reduction of KnockOut duration.
mob_inherent_traits

Status traits to give to the mob.
stun_reduction

Factor of reduction of Stun duration.
weed_slowdown_mult

If different from 1, a signal is registered on post_spawn().
Proc Details
apply_signals
Apply signals to the human
open_emote_panel
Override to add an emote panel to a species