[MIRROR] fixes virology typo [MDB IGNORE] (#22958)

* fixes virology typo (#77461)

## About The Pull Request
fixes itching typo

## Why It's Good For The Game

typoes are bad

## Changelog

🆑

spellcheck: fixes one of the virus thresholds saying "scrathing" instead
of scratching

/🆑

* fixes virology typo

---------

Co-authored-by: Vincent983 <124026007+Vincent983@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-08-09 10:31:27 -04:00
committed by GitHub
co-authored by Vincent983
parent a403a4d9ad
commit 005a96d498
@@ -21,7 +21,7 @@
var/scratch = FALSE
threshold_descs = list(
"Transmission 6" = "Increases frequency of itching.",
"Stage Speed 7" = "The host will scrath itself when itching, causing superficial damage.",
"Stage Speed 7" = "The host will scratch itself when itching, causing superficial damage.",
)
///emote cooldowns
COOLDOWN_DECLARE(itching_cooldown)