Files
Aurora.3/code/modules/spells/targeted/subjugate.dm

21 lines
507 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 = 250
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 = 100
amt_confused = 100
amt_stuttering = 100
compatible_mobs = list(/mob/living/carbon/human)
hud_state = "wiz_subj"