Skip to content

Commit

Permalink
Update mage_apprentice.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
tioluko authored Sep 13, 2024
1 parent 605e607 commit 6fb9a44
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
flag = MAGEAPPRENTICE
department_flag = YOUNGFOLK
faction = "Station"
total_positions = 1
spawn_positions = 1
total_positions = 0
spawn_positions = 0
//I disabled it for consistency but this job looks functional so far, I even gave a weak spell selection to them just in case.

allowed_races = list(
"Humen",
Expand Down Expand Up @@ -44,7 +45,9 @@
"/obj/effect/proc_holder/spell/arcane/invisibility",
"/obj/effect/proc_holder/spell/arcane/projectile/fetch",
"/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/light"
)
for(var/i=2,i>0,i--)
var/random_item = pick(possible_spells)
Expand Down

0 comments on commit 6fb9a44

Please sign in to comment.