Fixes Issue 1080 - Borg mesons having shadows, making mining as miningborg awful

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5019 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
aranclanos@hotmail.com
2012-11-06 21:06:06 +00:00
parent a6ab0b403d
commit b0d3e70f72

View File

@@ -145,11 +145,11 @@
src.sight |= SEE_TURFS src.sight |= SEE_TURFS
src.sight |= SEE_MOBS src.sight |= SEE_MOBS
src.see_in_dark = 8 src.see_in_dark = 8
src.see_invisible = SEE_INVISIBLE_LEVEL_TWO see_invisible = SEE_INVISIBLE_MINIMUM
else if (src.sight_mode & BORGMESON) else if (src.sight_mode & BORGMESON)
src.sight |= SEE_TURFS src.sight |= SEE_TURFS
src.see_in_dark = 8 src.see_in_dark = 8
src.see_invisible = SEE_INVISIBLE_LEVEL_TWO see_invisible = SEE_INVISIBLE_MINIMUM
else if (src.sight_mode & BORGTHERM) else if (src.sight_mode & BORGTHERM)
src.sight |= SEE_MOBS src.sight |= SEE_MOBS
src.see_in_dark = 8 src.see_in_dark = 8