Adds borg chargers to the list of fixed things

Also takes some code suggestions into account and clears up some edge
cases *cough*drones and diona*cough*
This commit is contained in:
IK3I
2016-05-23 14:33:55 -05:00
parent 3b29f033cb
commit 454f5d755a
4 changed files with 78 additions and 20 deletions
@@ -299,7 +299,7 @@
return
/mob/living/simple_animal/hostile/proc/FindHidden()
if(istype(target.loc, /obj/structure/closet) || istype(target.loc, /obj/machinery/disposal) || istype(target.loc, /obj/machinery/sleeper) || istype(target.loc, /obj/machinery/bodyscanner))
if(istype(target.loc, /obj/structure/closet) || istype(target.loc, /obj/machinery/disposal) || istype(target.loc, /obj/machinery/sleeper) || istype(target.loc, /obj/machinery/bodyscanner) || istype(target.loc, /obj/machinery/recharge_station))
var/atom/A = target.loc
Goto(A,move_to_delay,minimum_distance)
if(A.Adjacent(src))