From 16ac8ba8e0c261e51662cef1c575b085267db9aa Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Thu, 2 Feb 2012 01:45:35 -0700 Subject: [PATCH] Bugfixes. --- code/modules/mob/organ/organ.dm | 2 ++ code/modules/recycling/conveyor2.dm | 1 + 2 files changed, 3 insertions(+) diff --git a/code/modules/mob/organ/organ.dm b/code/modules/mob/organ/organ.dm index 1591869444e..978906f84d1 100644 --- a/code/modules/mob/organ/organ.dm +++ b/code/modules/mob/organ/organ.dm @@ -233,6 +233,8 @@ H.icon_state = "head_f_l" H.overlays += owner.face_lying H.transfer_identity(owner) + H.pixel_x = -10 + H.pixel_y = 6 var/lol = pick(cardinal) step(H,lol) diff --git a/code/modules/recycling/conveyor2.dm b/code/modules/recycling/conveyor2.dm index 5d789cbaf34..e2fb65761ec 100644 --- a/code/modules/recycling/conveyor2.dm +++ b/code/modules/recycling/conveyor2.dm @@ -7,6 +7,7 @@ name = "conveyor belt" desc = "A conveyor belt." anchored = 1 + layer = 2.7 var/operating = 0 // 1 if running forward, -1 if backwards, 0 if off var/operable = 1 // true if can operate (no broken segments in this belt run) var/forwards // this is the default (forward) direction, set by the map dir, can be 0