Merge pull request #824 from Erthilo/Patches

Fixes hand icon always showing right hand on rejoining round. Credit: JakeTweet
This commit is contained in:
SkyMarshal
2012-04-10 22:39:52 -07:00
+5
View File
@@ -220,6 +220,11 @@
if(src.sleeping_willingly)
src.sleeping = 0
src.sleeping_willingly = 0
// Update the hands-indicator on re-join.
if (!( src.hand ))
src.hands.dir = NORTH
else
src.hands.dir = SOUTH
/mob/living/carbon/human/proc/GetOrgans()
var/list/L = list( )