Nerfs tucking into a roll. (#15278)

This commit is contained in:
Matt Atlas
2022-12-13 20:26:10 +01:00
committed by GitHub
parent 3ff4a47547
commit d67f3c2afb
2 changed files with 43 additions and 2 deletions
+2 -2
View File
@@ -504,9 +504,9 @@
var/combat_roll = 1
if(lying)
combat_roll = 0.7 //If you're sleeping, you take less damage because your body is less rigid. It's science 'n shit.
combat_roll = 0.8 //If you're sleeping, you take less damage because your body is less rigid. It's science 'n shit.
if(!sleeping)
combat_roll = 0.2 //Combat roll!
combat_roll = 0.6 //Combat roll!
visible_message(SPAN_NOTICE("\The [src] tucks into a roll as they hit \the [loc]!"),
SPAN_NOTICE("You tuck into a roll as you hit \the [loc], minimizing damage!"))