From aece74cdf3b8264adc070aa186c53044a67bbc36 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Sun, 1 Apr 2012 12:35:32 -0700 Subject: [PATCH] Fixed some debugging info. --- code/game/gamemodes/newobjective.dm | 4 ---- code/modules/mob/living/carbon/human/life.dm | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/code/game/gamemodes/newobjective.dm b/code/game/gamemodes/newobjective.dm index 3f69a957d17..653bf079f8d 100644 --- a/code/game/gamemodes/newobjective.dm +++ b/code/game/gamemodes/newobjective.dm @@ -9,7 +9,6 @@ weight += list("[index]" = target.weight) objectives += target index++ - world << objectives.len return list(objectives, weight) /proc/GenerateAssassinate(var/job,var/datum/mind/traitor) @@ -24,7 +23,6 @@ weight += list("[index]" = target_obj.weight) missions += target_obj index++ - world << missions.len return list(missions, weight) /proc/GenerateFrame(var/job,var/datum/mind/traitor) @@ -39,7 +37,6 @@ weight += list("[index]" = target_obj.weight) missions += target_obj index++ - world << missions.len return list(missions, weight) /proc/GenerateProtection(var/job,var/datum/mind/traitor) @@ -54,7 +51,6 @@ weight += list("[index]" = target_obj.weight) missions += target_obj index++ - world << missions.len return list(missions, weight) /proc/PickObjectiveFromList(var/list/objectivesArray) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 82d714813d3..d06b3a1e344 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -857,7 +857,7 @@ leg_tally-- // let it fail even if just foot&leg // can't stand - if(leg_tally == 0 && !paralysis) + if(leg_tally == 0 && !paralysis && !(lying || resting)) emote("scream") emote("collapse") paralysis = 10