mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Ports musical instruments from /tg/
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user