mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-18 11:12:26 +01:00
MOLTOV HELPPPP
This commit is contained in:
@@ -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, "<span class='notice'>[src] now has [current_charges]/[max_charges] charges.</span>")
|
||||
*/
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user