mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
f8333a8d93
* move those to static paths * maps * . * . * ugh * .
21 lines
498 B
Plaintext
21 lines
498 B
Plaintext
/datum/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_danger("You suddenly feel completely overwhelmed!")
|
|
|
|
max_targets = 1
|
|
|
|
amt_dizziness = 300
|
|
amt_confused = 300
|
|
amt_stuttering = 300
|
|
|
|
compatible_mobs = list(/mob/living/carbon/human)
|
|
|
|
hud_state = "wiz_subj"
|