Fixed some debugging info.

This commit is contained in:
SkyMarshal
2012-04-01 12:35:32 -07:00
parent c1262a004c
commit aece74cdf3
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -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)
+1 -1
View File
@@ -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