mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user