mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-23 04:36:16 +01:00
Slightly longer animate time
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
P.xo = target.x - T.x
|
||||
P.original = target
|
||||
P.preparePixelProjectile(target, T)
|
||||
addtimer(CALLBACK (P, .obj/item/projectile/proc/fire), 3)
|
||||
addtimer(CALLBACK (P, .obj/item/projectile/proc/fire), 5)
|
||||
SLEEP_CHECK_DEATH(3)
|
||||
playsound(get_turf(src), 'hyperstation/sound/effects/swoosh.ogg', 50, 0, 4)
|
||||
return
|
||||
|
||||
@@ -20,4 +20,4 @@
|
||||
/obj/item/projectile/crystal_slash/Initialize()
|
||||
. = ..()
|
||||
hitsound = "hyperstation/sound/weapons/rapier[pick(1,2)].ogg"
|
||||
animate(src, alpha = 255, time = 3)
|
||||
animate(src, alpha = 255, time = 5)
|
||||
|
||||
Reference in New Issue
Block a user