Merge pull request #8200 from mwerezak/devfixes

Misc dev updates
This commit is contained in:
PsiOmegaDelta
2015-02-23 10:15:42 +01:00
8 changed files with 121 additions and 71 deletions
+1 -1
View File
@@ -1240,7 +1240,7 @@
if(!druggy) see_invisible = SEE_INVISIBLE_LEVEL_TWO
if(healths) healths.icon_state = "health7" //DEAD healthmeter
if(client)
if(client.view != world.view) // If mob moves while zoomed in with device, unzoom them.
if(client.view != world.view) // If mob dies while zoomed in with device, unzoom them.
for(var/obj/item/item in contents)
if(item.zoom)
item.zoom()