Working to make the inventory auto refresh.

This commit is contained in:
SkyMarshal
2012-01-20 13:15:50 -07:00
parent cd5f8dd0b5
commit e806e95f79

View File

@@ -1599,6 +1599,9 @@
M.show_message(message, 1)
spawn( 40 )
done()
for(var/mob/living/carbon/M in oview(1,src))
if((M.machine == src)&&(in_range(src, M)))
src.show_inv(M)
return
return