Tweak the RD's suplexing ability into a skillchip (#55870)

Although this doesn't change the power level of the Research Director,
it's important to rework "job title" checks into traits or something
similar.

Moving job title specific behaviour out of checks by job name and into
traits means there's more flexibility to trigger behaviour. If an admin
feels the station really needs the ability, they can var edit it in, or
spawn the chip.
This commit is contained in:
coiax
2021-01-10 13:56:50 -03:00
committed by GitHub
parent 28fde3cb7c
commit 2fcc642c81
5 changed files with 45 additions and 19 deletions
@@ -0,0 +1,9 @@
/obj/item/skillchip/job/research_director
name = "R.D.S.P.L.X. skillchip"
desc = "Knowledge of how to solve the ancient conumdrum; what happens when an unstoppable force meets an immovable object."
auto_traits = list(TRAIT_ROD_SUPLEX)
skill_name = "True Strength"
skill_description = "The knowledge and strength to resolve the most ancient conumdrum; what happens when an unstoppable force meets an immovable object."
skill_icon = "dumbbell"
activate_message = "<span class='notice'>You realise if you apply the correct force, at the correct angle, it is possible to make the immovable permamently movable.</span>"
deactivate_message = "<span class='notice'>You forget how to permamently anchor a paradoxical object.</span>"