Fixes a pair of typos (#11306)

This commit is contained in:
listerla
2021-03-01 13:36:19 +01:00
committed by GitHub
parent d97b8fcb2a
commit 9469f0aae9
3 changed files with 10 additions and 2 deletions
@@ -78,7 +78,7 @@ Frequency:
direct = "very weak"
src.temp += "[W.code]-[dir2text(get_dir(sr, tr))]-[direct]<BR>"
src.temp += "<B>Extranneous Signals:</B><BR>"
src.temp += "<B>Extraneous Signals:</B><BR>"
for (var/obj/item/implant/tracking/W in implants)
if (!W.implanted || !(istype(W.loc,/obj/item/organ/external) || ismob(W.loc)))
continue