mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Fixes FTU 'Ignis' plasma sword (#9840)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user