Converted borgs will properly show the glowing eye message at distances of 1

This commit is contained in:
CitadelStationBot
2017-07-20 22:25:53 -05:00
parent bfcb068f21
commit 484ea6d20f

View File

@@ -34,7 +34,7 @@
if(cell && cell.charge <= 0)
msg += "<span class='warning'>Its battery indicator is blinking red!</span>\n"
if(is_servant_of_ratvar(src) && user.Adjacent(src) && !stat) //To counter pseudo-stealth by using headlamps
if(is_servant_of_ratvar(src) && get_dist(user, src) <= 1 && !stat) //To counter pseudo-stealth by using headlamps
msg += "<span class='warning'>Its eyes are glowing a blazing yellow!</span>\n"
switch(stat)