Fixes hand icon always showing right hand on rejoining round. Credit: JakeTweet

This commit is contained in:
Ren Erthilo
2012-04-10 22:59:00 +01:00
parent 076b899718
commit 893b3ac6eb
+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( )