mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Removes laser eyes from wizard's hulk out spell (#29394)
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user