Skip to content

Commit

Permalink
Modular shit
Browse files Browse the repository at this point in the history
  • Loading branch information
800maximum123 committed Nov 8, 2024
1 parent 08d6e92 commit 4f9cd48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/jobs/job/job.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
/datum/job/dd_SortValue()
return title

// [FD-ADD]
/datum/job/proc/give_psi(mob/living/carbon/human/H)
if(!(all_species[H.client.prefs.species].type in psi_allowed_species))
return
Expand Down Expand Up @@ -114,6 +115,7 @@
affected.implants += imp
imp.part = affected
to_chat(H, SPAN_DANGER("As a registered psionic, you are fitted with a psi-dampening control implant. Using psi-power while the implant is active will result in neural shocks and your violation being reported."))
// [/FD-ADD]

/datum/job/proc/equip(mob/living/carbon/human/H, alt_title, datum/mil_branch/branch, datum/mil_rank/grade)

Expand Down

0 comments on commit 4f9cd48

Please sign in to comment.