Removes laser eyes from wizard's hulk out spell (#29394)

This commit is contained in:
sood
2021-05-01 11:57:42 -07:00
committed by GitHub
parent ae88d4dba5
commit 9f94c3e77f

View File

@@ -58,7 +58,7 @@ code\game\\dna\genes\goon_powers.dm
/spell/targeted/genetic/mutate
name = "Mutate"
desc = "This spell causes you to turn into a hulk and gain laser vision for a short while."
desc = "This spell causes you to turn into a hulk for a short while."
abbreviation = "MU"
specialization = SSUTILITY
@@ -67,11 +67,11 @@ code\game\\dna\genes\goon_powers.dm
spell_flags = NEEDSCLOTHES | INCLUDEUSER
invocation = "BIRUZ BENNAR"
invocation_type = SpI_SHOUT
message = "<span class='notice'>You feel strong! You feel a pressure building behind your eyes!</span>"
message = "<span class='notice'>You feel strong!</span>"
range = 0
max_targets = 1
mutations = list(M_LASER, M_HULK)
mutations = list(M_HULK)
duration = 300
cooldown_min = 300 //25 deciseconds reduction per rank
@@ -116,4 +116,4 @@ code\game\\dna\genes\goon_powers.dm
H.reagents.add_reagent(NUTRIMENT, target.weedlevel)
target.weedlevel = 0
user.visible_message("<span class='warning'>[user] begins rooting through [target], ripping out weeds and eating them noisily.</span>","<span class='warning'>You begin rooting through [target], ripping out weeds and eating them noisily.</span>")
user.visible_message("<span class='warning'>[user] begins rooting through [target], ripping out weeds and eating them noisily.</span>","<span class='warning'>You begin rooting through [target], ripping out weeds and eating them noisily.</span>")