Fixes FTU 'Ignis' plasma sword (#9840)

This commit is contained in:
Tom
2021-12-03 15:49:19 -05:00
committed by GitHub
parent 6205e2b5ae
commit 477217bc34
5 changed files with 26 additions and 13 deletions
+10
View File
@@ -30,6 +30,16 @@
/// The heat given off when active.
var/active_heat = 3500
// SKYRAT EDIT ADD START
/// The sound played when the item is turned on
var/enable_sound = 'sound/weapons/saberon.ogg'
/// The sound played when the item is turned off
var/disable_sound = 'sound/weapons/saberoff.ogg'
// SKYRAT EDIT ADD END
/obj/item/melee/energy/Initialize(mapload)
. = ..()
make_transformable()