diff --git a/code/modules/resleeving/resleeving_sickness.dm b/code/modules/resleeving/resleeving_sickness.dm
index e47c09ea703..74dc25c37c1 100644
--- a/code/modules/resleeving/resleeving_sickness.dm
+++ b/code/modules/resleeving/resleeving_sickness.dm
@@ -6,7 +6,9 @@
on_created_text = "You feel weak and unfocused."
on_expired_text = "You feel your strength and focus return to you."
- incoming_hal_damage_percent = 2 // 100% more incoming agony.
+ incoming_brute_damage_percent = 1.1 // 10% more brute damage
+ incoming_burn_damage_percent = 1.1 // 10% more burn damage
+ incoming_hal_damage_percent = 1.5 // 50% more incoming agony.
outgoing_melee_damage_percent = 0.4 // 60% less melee damage.
disable_duration_percent = 2 // 100% longer stuns.
evasion = -50 // 50% easier to hit.