mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[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:
co-authored by
distributivgesetz
SomeRandomOwl
parent
7348ca49df
commit
6c4c965ea4
@@ -30,7 +30,7 @@
|
||||
///List of stored files on this drive. Use `store_file` and `remove_file` instead of modifying directly!
|
||||
var/list/datum/computer_file/stored_files = list()
|
||||
|
||||
///Non-static list of programs the computer should recieve on Initialize.
|
||||
///Non-static list of programs the computer should receive on Initialize.
|
||||
var/list/datum/computer_file/starting_programs = list()
|
||||
///Static list of default programs that come with ALL computers, here so computers don't have to repeat this.
|
||||
var/static/list/datum/computer_file/default_programs = list(
|
||||
|
||||
Reference in New Issue
Block a user