Expose data on StunnableComponent

This commit is contained in:
zumorica
2020-05-13 19:10:29 +02:00
parent f968128af7
commit c3c5b87fd5
2 changed files with 14 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ namespace Content.Server.Mobs
appearance.SetData(SharedSpeciesComponent.MobVisuals.RotationState, newState);
if (playSound)
PlaySoundCollection("bodyfall", AudioHelpers.WithVariation(0.5f));
PlaySoundCollection("bodyfall", AudioHelpers.WithVariation(0.25f));
if(dropItems)
DropAllItemsInHands(entity);