Update files
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
var/datum/action/innate/dash/ninja/jaunt
|
||||
var/dash_toggled = TRUE
|
||||
|
||||
/obj/item/energy_katana/Initialize()
|
||||
/obj/item/energy_katana/Initialize(mapload)
|
||||
. = ..()
|
||||
jaunt = new(src)
|
||||
spark_system = new /datum/effect_system/spark_spread()
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"The CLOAK-tech device is <B>[stealth?"active":"inactive"]</B>.\n"+\
|
||||
"[a_boost?"An adrenaline boost is available to use.":"There is no adrenaline boost available. Try refilling the suit with 20 units of radium."]"
|
||||
|
||||
/obj/item/clothing/suit/space/space_ninja/Initialize()
|
||||
/obj/item/clothing/suit/space/space_ninja/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
//Spark Init
|
||||
|
||||
Reference in New Issue
Block a user