From 275003afa879a79c9af6a64ba87aac31107e236f Mon Sep 17 00:00:00 2001 From: Chinsky Date: Sat, 1 Jun 2013 18:20:59 +0400 Subject: [PATCH] Fixed indentation. --- code/modules/organs/organ.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/organs/organ.dm b/code/modules/organs/organ.dm index 44464c53267..b97ddfabfd7 100644 --- a/code/modules/organs/organ.dm +++ b/code/modules/organs/organ.dm @@ -82,7 +82,7 @@ //Moving around with fractured ribs won't do you any good if (broken && internal_organs && prob(15)) - if (!lying && world.timeofday - l_move_time < 15) + if (!lying && world.timeofday - l_move_time < 15) var/datum/organ/internal/I = pick(E.internal_organs) custom_pain("You feel broken bones moving in your [E.display_name]!", 1) I.take_damage(rand(3,5))