recieve -> receive (#25123)

* recieve -> receive

* Unfix.

---------

Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
Charlie Nolan
2024-04-18 21:16:07 +00:00
committed by GitHub
co-authored by FunnyMan3595 S34N
parent c8e59706e2
commit 7562db8c3d
26 changed files with 47 additions and 46 deletions
@@ -30,7 +30,7 @@
damage = rand(20, 40)
else
damage = rand(5, 35)
damage = round(damage / 2) // borgs recieve half damage
damage = round(damage / 2) // borgs receive half damage
adjustBruteLoss(damage)
return
@@ -17,7 +17,7 @@
req_access = list(ACCESS_CONSTRUCTION, ACCESS_ROBOTICS)
window_id = "autofloor"
window_name = "Automatic Station Floor Repairer v1.1"
/// Determines what to do when process_scan() recieves a target. See process_scan() for details.
/// Determines what to do when process_scan() receives a target. See process_scan() for details.
var/process_type
/// Tiles in inventory
var/amount = 10