Improves friendly commendation code (#56453)

This commit is contained in:
Ryll Ryll
2021-02-05 04:42:34 -05:00
committed by GitHub
parent a78dce538e
commit e6cae4fac5
8 changed files with 58 additions and 47 deletions
-1
View File
@@ -744,7 +744,6 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
nameWords += string
for(var/string in nameWords)
testing("Name word [string]")
if(string in msglist)
potential_hits += M
break