Runtime error fix.

This commit is contained in:
Segrain
2013-08-02 19:09:54 +03:00
committed by NicholasDV
parent b6f9fbbf09
commit 63dc2dc345

View File

@@ -84,7 +84,7 @@
broken = 1
//Moving around with fractured ribs won't do you any good
if (broken && internal_organs && prob(15))
if (broken && E.internal_organs && prob(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)