[MIRROR] Changes occurrences of recieve in code to receive [MDB IGNORE] (#25393)

* Changes occurrences of `recieve` in code to `receive`

* Fix conflict

---------

Co-authored-by: distributivgesetz <distributivgesetz93@gmail.com>
Co-authored-by: SomeRandomOwl <somerandomowl@ratchtnet.com>
This commit is contained in:
SkyratBot
2023-12-02 20:40:07 -06:00
committed by GitHub
co-authored by distributivgesetz SomeRandomOwl
parent 7348ca49df
commit 6c4c965ea4
61 changed files with 97 additions and 97 deletions
+1 -1
View File
@@ -85,4 +85,4 @@
TEST_ASSERT(post_hit_health < pre_integrity, "[checking] was [hit_by_phrase], but didn't take any damage.")
var/damage_taken = round(pre_integrity - post_hit_health, DAMAGE_PRECISION)
TEST_ASSERT_EQUAL(damage_taken, expected_damage, "[checking] didn't take the expected amount of damage when [hit_by_phrase]. (Expected damage: [expected_damage], recieved damage: [damage_taken])")
TEST_ASSERT_EQUAL(damage_taken, expected_damage, "[checking] didn't take the expected amount of damage when [hit_by_phrase]. (Expected damage: [expected_damage], received damage: [damage_taken])")