mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 07:23:16 +00:00
Fix for AI turret control.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3380 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -384,7 +384,7 @@
|
||||
if (!istype(usr, /mob/living/silicon))
|
||||
usr << "Control panel is locked!"
|
||||
return
|
||||
if ( get_dist(src, usr) == 0 )
|
||||
if ( get_dist(src, usr) == 0 || issilicon(usr))
|
||||
if (href_list["toggleOn"])
|
||||
src.enabled = !src.enabled
|
||||
src.updateTurrets()
|
||||
|
||||
Reference in New Issue
Block a user