Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tioluko authored Sep 13, 2024
1 parent 5ae90a3 commit 605e607
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,13 @@
"/obj/effect/proc_holder/spell/arcane/invisibility",
"/obj/effect/proc_holder/spell/arcane/projectile/fetch",
"/obj/effect/proc_holder/spell/arcane/mist",
"/obj/effect/proc_holder/spell/arcane/web"
"/obj/effect/proc_holder/spell/arcane/web",
"/obj/effect/proc_holder/spell/arcane/feather",
"/obj/effect/proc_holder/spell/arcane/magicwall",
"/obj/effect/proc_holder/spell/arcane/ensnare",
"/obj/effect/proc_holder/spell/arcane/repulse",
"/obj/effect/proc_holder/spell/arcane/unlock",
"/obj/effect/proc_holder/spell/arcane/light"
)
H.mind.AddSpell(pick(new /obj/effect/proc_holder/spell/arcane/projectile/fireball,new /obj/effect/proc_holder/spell/arcane/projectile/lightningbolt))
for(var/i=2,i>0,i--)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,13 @@
"/obj/effect/proc_holder/spell/arcane/invisibility",
"/obj/effect/proc_holder/spell/arcane/projectile/fetch",
"/obj/effect/proc_holder/spell/arcane/mist",
"/obj/effect/proc_holder/spell/arcane/web"
"/obj/effect/proc_holder/spell/arcane/web",
"/obj/effect/proc_holder/spell/arcane/feather",
"/obj/effect/proc_holder/spell/arcane/magicwall",
"/obj/effect/proc_holder/spell/arcane/ensnare",
"/obj/effect/proc_holder/spell/arcane/repulse",
"/obj/effect/proc_holder/spell/arcane/unlock",
"/obj/effect/proc_holder/spell/arcane/light"
)
H.mind.AddSpell(pick(new /obj/effect/proc_holder/spell/arcane/projectile/fireball,new /obj/effect/proc_holder/spell/arcane/projectile/lightningbolt))
for(var/i=2,i>0,i--)
Expand Down

0 comments on commit 605e607

Please sign in to comment.