mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Fixed a pretty horrible bug with my fix to borg lockdown that made it impossible for anyone to interact with the world via clicking on things.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@543 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -194,7 +194,9 @@
|
|||||||
var/mob/living/silicon/ai/ai = usr
|
var/mob/living/silicon/ai/ai = usr
|
||||||
if (ai.control_disabled)
|
if (ai.control_disabled)
|
||||||
return
|
return
|
||||||
if (usr:lockcharge) return
|
if (istype (usr, /mob/living/silicon/robot))
|
||||||
|
var/mob/living/silicon/robot/bot = usr
|
||||||
|
if (bot.lockcharge) return
|
||||||
..()
|
..()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user