mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
@@ -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>"
|
||||
Reference in New Issue
Block a user