mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Nerfs tucking into a roll. (#15278)
This commit is contained in:
@@ -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!"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user