From 08475e64d6df1dcb5777f9ca5095d8a02a811bed Mon Sep 17 00:00:00 2001 From: Dahlular Date: Mon, 5 Sep 2022 11:23:22 -0600 Subject: [PATCH] MOLTOV HELPPPP --- hyperstation/code/modules/jobs/job_types/lambent_aspect.dm | 3 ++- hyperstation/code/modules/jobs/job_types/security.dm | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hyperstation/code/modules/jobs/job_types/lambent_aspect.dm b/hyperstation/code/modules/jobs/job_types/lambent_aspect.dm index 9ebffe686..634acd6f9 100644 --- a/hyperstation/code/modules/jobs/job_types/lambent_aspect.dm +++ b/hyperstation/code/modules/jobs/job_types/lambent_aspect.dm @@ -24,6 +24,7 @@ cooldown_time = 120 /var/mob/living/carbon/human/target_human = target +*/ /datum/action/innate/lambent/dash name = "Surge Dash" @@ -71,4 +72,4 @@ if(recharge_sound) playsound(src, recharge_sound, 50, 1) to_chat(holder, "[src] now has [current_charges]/[max_charges] charges.") -*/ + diff --git a/hyperstation/code/modules/jobs/job_types/security.dm b/hyperstation/code/modules/jobs/job_types/security.dm index a14d973e7..d57d757cb 100644 --- a/hyperstation/code/modules/jobs/job_types/security.dm +++ b/hyperstation/code/modules/jobs/job_types/security.dm @@ -1,6 +1,9 @@ /* Lambent */ +/datum/job/lambent/New() + var/datum/action/innate/lambent/dash/dash = new + /datum/job/lambent title = "Lambent" flag = LAMBENT @@ -21,8 +24,6 @@ Lambent outfit = /datum/outfit/job/lambent - //var/datum/action/innate/lambent/dash = new - access = list(ACCESS_SECURITY, ACCESS_SEC_DOORS, ACCESS_BRIG, ACCESS_ARMORY, ACCESS_COURT, ACCESS_WEAPONS, ACCESS_ENTER_GENPOP, ACCESS_LEAVE_GENPOP, ACCESS_LAMBENT, ACCESS_FORENSICS_LOCKERS, ACCESS_MORGUE, ACCESS_MAINT_TUNNELS, ACCESS_ALL_PERSONAL_LOCKERS, ACCESS_BARISTA, ACCESS_BARBER, ACCESS_RESEARCH, ACCESS_ENGINE, ACCESS_MINING, ACCESS_MEDICAL, ACCESS_CONSTRUCTION, ACCESS_MAILSORTING,