mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
fuck you and your fucking family if you do this again i will slit your fucking throat you fucking cocksucker nigger jew bunny
This commit is contained in:
parent
15d096f44d
commit
0d8027a382
1 changed files with 2 additions and 1 deletions
|
@ -83,6 +83,7 @@ def __getSuitTrack(sound, lastSoundThatHit, delay, hitCount, targets, totalDamag
|
|||
breakEffect.setDepthWrite(0)
|
||||
breakEffect.setDepthTest(0)
|
||||
breakEffect.setTwoSided(1)
|
||||
breakEffect.setBin('fixed', 10)
|
||||
soundEffect = globalBattleSoundCache.getSound(hitSoundFiles[0])
|
||||
suitTrack.append(Wait(delay + tSuitReact))
|
||||
if isUber:
|
||||
|
@ -185,7 +186,7 @@ def __createToonInterval(sound, delay, toon, operaInstrument = None):
|
|||
sprayEffect.setTwoSided(1)
|
||||
I1 = 2.8
|
||||
retval.append(ActorInterval(toon, 'sound', playRate=1.0, startTime=0.0, endTime=I1))
|
||||
retval.append(Func(setPosFromOther, sprayEffect, operaInstrument, Point3(0, 1.6, -0.18)))
|
||||
retval.append(Func(setPosFromOther, sprayEffect, operaInstrument, (0, 1.6, -0.18)))
|
||||
retval.append(__getPartTrack(sprayEffect, 0.0, 6.0, [sprayEffect, toon, 0], softStop=-3.5))
|
||||
retval.append(ActorInterval(toon, 'sound', playRate=1.0, startTime=I1))
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue