Files
CHOMPStation2/code/modules/spells/targeted/subjugate.dm
PsiOmega 990530d118 Ports /vg/'s spell system for the sake of cult porting.
Does offer a much more pleasant basis to work with in the future, if someone wishes to add more spell-like abilities.
2015-04-09 20:08:06 +02:00

21 lines
506 B
Plaintext

/spell/targeted/subjugation
name = "Subjugation"
desc = "This spell temporarily subjugates a target's mind and does not require wizard garb."
school = "transmutation"
charge_max = 300
spell_flags = 0
invocation = "DII ODA BAJI"
invocation_type = SpI_WHISPER
message = "<span class='danger'>You suddenly feel completely overwhelmed!<span>"
max_targets = 1
amt_dizziness = 300
amt_confused = 300
amt_stuttering = 300
compatible_mobs = list(/mob/living/carbon/human)
hud_state = "wiz_subj"