diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index fcdf880858..0a10a12d59 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -235,7 +235,7 @@ - type: Barotrauma damage: types: - Blunt: 0.35 #per second, scales with pressure and other constants. + Blunt: 0.55 #per second, scales with pressure and other constants. # Organs - type: StatusEffects allowed: diff --git a/Resources/Prototypes/Entities/Mobs/Species/slime.yml b/Resources/Prototypes/Entities/Mobs/Species/slime.yml index 7b33d51208..d53ece5061 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/slime.yml @@ -38,7 +38,7 @@ - type: Barotrauma damage: types: - Blunt: 0.45 #per second, scales with pressure and other constants. Slighty more than humans. + Blunt: 0.60 #per second, scales with pressure and other constants. Slighty more than humans. - type: Reactive groups: Flammable: [ Touch ]