mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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
|
||||
if (ai.control_disabled)
|
||||
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