Merge pull request #4082 from Fox-McCloud/weak-eyes

Fixes Weakeyes
This commit is contained in:
TheDZD
2016-04-04 15:12:05 -04:00
5 changed files with 29 additions and 10 deletions

View File

@@ -315,6 +315,9 @@
if(.)
if(visual)
return
if(weakeyes)
Stun(2)
var/obj/item/organ/internal/eyes/E = get_int_organ(/obj/item/organ/internal/eyes)
if(!E)
return

View File

@@ -201,7 +201,7 @@
var/area/lastarea = null
var/digitalcamo = 0 // Can they be tracked by the AI?
var/weakeyes //Are they vulnerable to flashes?
var/weakeyes = 0 //Are they vulnerable to flashes?
var/list/radar_blips = list() // list of screen objects, radar blips
var/radar_open = 0 // nonzero is radar is open