Merge pull request #4781 from Citadel-Station-13/upstream-merge-34274
[MIRROR] Makes bot emagging more consistent
This commit is contained in:
@@ -161,7 +161,7 @@ Auto Patrol[]"},
|
||||
final = final|JUDGE_RECORDCHECK
|
||||
if(weaponscheck)
|
||||
final = final|JUDGE_WEAPONCHECK
|
||||
if(emagged)
|
||||
if(emagged == 2)
|
||||
final = final|JUDGE_EMAGGED
|
||||
//ED209's ignore monkeys
|
||||
final = final|JUDGE_IGNOREMONKEYS
|
||||
|
||||
@@ -102,7 +102,7 @@ Maintenance panel panel is [open ? "opened" : "closed"]"},
|
||||
var/final = NONE
|
||||
if(check_records)
|
||||
final = final|JUDGE_RECORDCHECK
|
||||
if(emagged)
|
||||
if(emagged == 2)
|
||||
final = final|JUDGE_EMAGGED
|
||||
return final
|
||||
|
||||
|
||||
@@ -163,7 +163,7 @@ Auto Patrol: []"},
|
||||
final = final|JUDGE_RECORDCHECK
|
||||
if(weaponscheck)
|
||||
final = final|JUDGE_WEAPONCHECK
|
||||
if(emagged)
|
||||
if(emagged == 2)
|
||||
final = final|JUDGE_EMAGGED
|
||||
return final
|
||||
|
||||
|
||||
Reference in New Issue
Block a user