Skip to content

Commit

Permalink
Update magician.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
tioluko authored Sep 13, 2024
1 parent 6fb9a44 commit a32dbc4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions code/modules/jobs/job_types/roguetown/courtier/magician.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
pants = /obj/item/clothing/under/roguetown/tights/random
shoes = /obj/item/clothing/shoes/roguetown/shortboots
belt = /obj/item/storage/belt/rogue/leather/plaquesilver
beltr = /obj/item/keyring/mage
beltr = /obj/item/keyring/mageapprentice
id = /obj/item/clothing/ring/gold
r_hand = /obj/item/rogueweapon/woodstaff
backl = /obj/item/storage/backpack/rogue/satchel
Expand Down Expand Up @@ -82,7 +82,12 @@
"/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/chain"
"/obj/effect/proc_holder/spell/arcane/chain",
"/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/firewall"
)
H.mind.AddSpell(new /obj/effect/proc_holder/spell/arcane/projectile/fireball/greater)
for(var/i=3,i>0,i--)
Expand Down

0 comments on commit a32dbc4

Please sign in to comment.