mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +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
@@ -527,7 +527,7 @@ GLOBAL_LIST_EMPTY(deadsay_radio_systems)
|
||||
if(freq in SSradio.ANTAG_FREQS)
|
||||
if(!(syndiekey))//Checks to see if it's allowed on that frequency, based on the encryption keys
|
||||
return -1
|
||||
if(!freq) //recieved on main frequency
|
||||
if(!freq) //received on main frequency
|
||||
if(!listening)
|
||||
return -1
|
||||
else
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
icon = 'icons/obj/module.dmi'
|
||||
icon_state = "cyborg_upgrade"
|
||||
origin_tech = "programming=2"
|
||||
/// Whether or not the cyborg needs to have a chosen module before they can recieve this upgrade.
|
||||
/// Whether or not the cyborg needs to have a chosen module before they can receive this upgrade.
|
||||
var/require_module = FALSE
|
||||
/// The type of module this upgrade is compatible with: Engineering, Medical, etc.
|
||||
var/module_type = null
|
||||
|
||||
@@ -377,7 +377,7 @@
|
||||
if(!istype(S)) return 0
|
||||
|
||||
//I would prefer to drop a new stack, but the item/attack_hand code
|
||||
// that calls this can't recieve a different object than you clicked on.
|
||||
// that calls this can't receive a different object than you clicked on.
|
||||
//Therefore, make a new stack internally that has the remainder.
|
||||
// -Sayu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user