Ports musical instruments from /tg/

This commit is contained in:
Chompstation Bot
2021-06-01 20:29:51 +00:00
parent 151d317f5c
commit eb03a53185
182 changed files with 2552 additions and 65 deletions

View File

@@ -99,15 +99,12 @@ steam.start() -- spawns the effect
anchored = 1.0
mouse_opacity = 0
/obj/effect/effect/sparks/New()
..()
/obj/effect/effect/sparks/Initialize()
. = ..()
playsound(src, "sparks", 100, 1)
var/turf/T = src.loc
if (istype(T, /turf))
T.hotspot_expose(1000,100)
/obj/effect/effect/sparks/Initialize()
. = ..()
QDEL_IN(src, 5 SECONDS)
/obj/effect/effect/sparks/Destroy()