Fixes Tajaran appearance and reverts update_lying() for now.

This commit is contained in:
Erthilo
2012-05-31 17:35:04 +01:00
parent 8a69a6416c
commit 621b5f8179
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -184,7 +184,7 @@
if ((!( istype(M, /mob) ) || get_dist(src, user) > 1 || M.loc != src.loc || user.restrained() || usr.stat || M.buckled || istype(usr, /mob/living/silicon/pai)))
return
M.pixel_y = 6
M.update_lying()
M.update_clothing()
density = 1
icon_state = "up"
..()