Merge pull request #1695 from Markolie/mapfix

Fix West Mining Outpost SMES
This commit is contained in:
Fox-McCloud
2015-08-10 17:29:14 -04:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -592,7 +592,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
/mob/dead/observer/proc/updateghostimages()
if (!client)
return
if (!ghostvision)
if (seedarkness || !ghostvision)
client.images -= ghost_darkness_images
else
//add images for the 60inv things ghosts can normally see when darkness is enabled so they can see them now