Corrects tooltip

This commit is contained in:
James
2022-01-06 20:42:54 +00:00
parent d11316bfc1
commit 6cb33f4cd8
@@ -86,7 +86,7 @@
if (C.crafted_ied)
var/list/flag = list()
flag["icon"] = "hammer"
flag["tooltip"] = "This player crafted an IED."
flag["tooltip"] = "This player crafted an IED or Molotov."
flags += list(flag)
return flags