mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
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:
co-authored by
FunnyMan3595
S34N
parent
c8e59706e2
commit
7562db8c3d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user