Bump cuff times (#9227)

This commit is contained in:
metalgearsloth
2022-06-28 02:28:04 +10:00
committed by GitHub
parent b7f8a688dd
commit 1633d7fbb5
2 changed files with 9 additions and 14 deletions

View File

@@ -216,11 +216,11 @@ namespace Content.Server.Cuffs.Components
if (isOwner)
{
SoundSystem.Play(cuff.StartBreakoutSound.GetSound(), Filter.Pvs(Owner), Owner);
SoundSystem.Play(cuff.StartBreakoutSound.GetSound(), Filter.Pvs(Owner, entityManager: _entMan), Owner);
}
else
{
SoundSystem.Play(cuff.StartUncuffSound.GetSound(), Filter.Pvs(Owner), Owner);
SoundSystem.Play(cuff.StartUncuffSound.GetSound(), Filter.Pvs(Owner, entityManager: _entMan), Owner);
}
var uncuffTime = isOwner ? cuff.BreakoutTime : cuff.UncuffTime;

View File

@@ -7,10 +7,6 @@
- type: Item
size: 3
- type: Handcuff
cuffTime: 3.0
uncuffTime: 3.0
stunBonus: 2.0
breakoutTime: 20.0
cuffedRSI: Objects/Misc/handcuffs.rsi
iconState: body-overlay
- type: Sprite
@@ -29,10 +25,9 @@
- type: Item
size: 5
- type: Handcuff
cuffTime: 3.5
uncuffTime: 3.5
stunBonus: 2.0
breakoutTime: 15.0
cuffTime: 5
uncuffTime: 5
breakoutTime: 15
cuffedRSI: Objects/Misc/cablecuffs.rsi
bodyIconState: body-overlay
color: red
@@ -67,10 +62,10 @@
- type: Item
size: 2
- type: Handcuff
cuffTime: 3.5
uncuffTime: 3.5
cuffTime: 5.5
uncuffTime: 5.5
stunBonus: 2.0
breakoutTime: 17.5 #halfway between improvised cablecuffs and metal ones
breakoutTime: 20 # halfway between improvised cablecuffs and metal ones
cuffedRSI: Objects/Misc/cablecuffs.rsi # cablecuffs will look fine
bodyIconState: body-overlay
breakOnRemove: true