Merge pull request #28686 from optimumtact/assessthread

Refactors threat assessment for security bots
This commit is contained in:
Leo
2017-06-24 16:50:46 -03:00
committed by GitHub
10 changed files with 69 additions and 26 deletions
+2 -2
View File
@@ -704,8 +704,8 @@
/mob/proc/activate_hand(selhand)
return
/mob/proc/assess_threat() //For sec bot threat assessment
return
/mob/proc/assess_threat(judgement_criteria, lasercolor = "", datum/callback/weaponcheck=null) //For sec bot threat assessment
return 0
/mob/proc/get_ghost(even_if_they_cant_reenter = 0)
if(mind)