mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Reworks the use of magnetism and lightning to make them actually work (#17235)
Co-authored-by: dearmochi <1496804+dearmochi@users.noreply.github.com>
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
desc = "You are LightnIan, the lord of lightning! A freak electrical accident while working in the station's kennel \
|
||||
has given you mastery over lightning and a peculiar desire to sniff butts. Although you are a recent addition to the \
|
||||
station's hero roster, you intend to leave your mark."
|
||||
default_spells = list(/obj/effect/proc_holder/spell/lightning/lightnian)
|
||||
default_spells = list(/obj/effect/proc_holder/spell/charge_up/bounce/lightning/lightnian)
|
||||
|
||||
/datum/superheroes/lightnian/equip(mob/living/carbon/human/H)
|
||||
..()
|
||||
@@ -126,7 +126,7 @@
|
||||
desc = "You were a roboticist, once. Now you are Electro-Negmatic, a name this station will learn to fear. You designed \
|
||||
your costume to resemble E-N, your faithful dog that some callous RD destroyed because it was sparking up the plasma. You \
|
||||
intend to take your revenge and make them all pay thanks to your magnetic powers."
|
||||
default_spells = list(/obj/effect/proc_holder/spell/magnet)
|
||||
default_spells = list(/obj/effect/proc_holder/spell/charge_up/bounce/magnet)
|
||||
|
||||
/datum/superheroes/electro/equip(mob/living/carbon/human/H)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user