Skip to content

Commit fa3e6fb

Browse files
author
GitHub Actions
committed
Pretty Printed
1 parent a4e7346 commit fa3e6fb

File tree

23 files changed

+18
-35
lines changed

23 files changed

+18
-35
lines changed

scprp/modules/radio/docs/config.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
--- Configuration for Radio Module.
1+
--- Configuration for Radio Module.
22
-- @configuration Radio
3-
43
--- This table defines the default settings for the Radio Module.
54
-- @realm shared
65
-- @table Configuration
7-
-- @field RadioChatColor color The color used for radio chat messages | **color**
6+
-- @field RadioChatColor color The color used for radio chat messages | **color**

scprp/modules/radio/docs/hooks.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
--- Hook Documentation for Radio Module.
1+
--- Hook Documentation for Radio Module.
22
-- @hooks Radio
3-
43
--- Called to determine if a radio beep sound should be played for a player.
54
-- @realm server
65
-- @client client Player The player who is being checked for a radio beep.
76
function ShouldRadioBeep(client)
8-
end
7+
end

scprp/modules/radio/items/radio.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ if CLIENT then
9494

9595
surface.DrawRect(w - 14, h - 14, 8, 8)
9696
end
97-
end
97+
end

scprp/modules/radio/languages/english.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ LANGUAGE = {
1515
radioFrequencyFormat = "Frequency: %s",
1616
radioDescFormat = "A Pager that allows you to send a signal to other characters in distance.\nPower: %s\nFrequency: %s",
1717
radioDescEntityFormat = "A Functional Pager. Power: %s Frequency: %s",
18-
}
18+
}

scprp/modules/radio/libraries/client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ function MODULE:GetPlayerRadioFrequency(player)
3030
local status = radio:getData("enabled") and "On" or "Off"
3131
local frequency = radio:getData("freq", "000.0")
3232
return status, frequency
33-
end
33+
end

scprp/modules/scp096/meta/sh_player.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
--- Meta Tables for SCP-096.
22
-- @playermeta SCP096
3-
43
local playerMeta = FindMetaTable("Player")
5-
64
--- Checks if the player has been spotted by SCP-096.
75
-- @return bool `true` if spotted, `false` otherwise.
86
-- @realm shared

scprp/modules/tying/languages/english.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ LANGUAGE = {
2020
requestSearchInventoryConfirm = "Are you sure you want to allow this player to search your inventory?",
2121
beingSearched = "Being Searched",
2222
alreadyBeingSearched = "This person is already being searched."
23-
}
23+
}

scprp/modules/tying/submodules/tyingsearch/netcalls/client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ netstream.Hook("searchExit", function()
3737
end
3838

3939
MODULE.searchPanels = {}
40-
end)
40+
end)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
local MODULE = MODULE
2-
netstream.Hook("searchExit", function(client) MODULE:stopSearching(client) end)
2+
netstream.Hook("searchExit", function(client) MODULE:stopSearching(client) end)

scprp/modules/tying/submodules/tyingsearch/pim/shared.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ PIM:AddOption("Search", {
2727
if not SERVER then return end
2828
MODULE:searchPlayer(client, target)
2929
end
30-
})
30+
})

scprp/schema/classes/scp_049.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
--- Attributes of the SCP-049 class.
22
-- @classes SCP-049
3-
43
--- A list of the current fields in the class.
54
-- @realm shared
65
-- @table Configurations

scprp/schema/classes/scp_096.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
--- Attributes of the SCP-096 class.
22
-- @classes SCP-096
3-
43
--- A list of the current fields in the class.
54
-- @realm shared
65
-- @table Configurations

scprp/schema/classes/scp_682.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
--- Attributes of the SCP-682 class.
22
-- @classes SCP-682
3-
43
--- A list of the current fields in the class.
54
-- @realm shared
65
-- @table Configurations
@@ -23,7 +22,6 @@ CLASS.walkSpeed = 200
2322
CLASS.runSpeed = 300
2423
CLASS.bloodcolor = DONT_BLEED
2524
CLASS.faction = FACTION_SCP
26-
2725
function CLASS:OnSet(client)
2826
client:Spawn()
2927
local character = client:getChar()

scprp/schema/config/shared.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Lilia's configuration options.
44
This is meant to override Lilia's configuration options.
55
]]
66
-- @configuration Lilia
7-
87
--- A list of available configuration options for use within the game.
98
-- Each option is represented by a field with a specific data type and functionality.
109
-- @realm shared

scprp/schema/database.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
return {
1+
return {
22
-- Database module to use. Available options:
33
-- "mysqloo" for MySQL databases
44
-- "sqlite" for SQLite databases
@@ -19,4 +19,4 @@ return {
1919
-- Default is 3306.
2020
-- Not required if using SQLite.
2121
port = 3306,
22-
}
22+
}

scprp/schema/factions/classd.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
--- Attributes of the Class-D faction.
22
-- @factions ClassD
3-
43
--- A list of the current fields in the faction.
54
-- @realm shared
65
-- @table Configurations
@@ -21,4 +20,4 @@ function FACTION:OnCharCreated(_, character)
2120
end
2221

2322
FACTION_CLASSD = FACTION.index
24-
-- Workshop ID for pack "2948577566"
23+
-- Workshop ID for pack "2948577566"

scprp/schema/factions/frecruit.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
--- Attributes of the FRecruit faction.
22
-- @factions FRecruit
3-
43
--- A list of the current fields in the faction.
54
-- @realm shared
65
-- @table Configurations
@@ -15,4 +14,4 @@ FACTION.color = Color(65, 65, 65)
1514
FACTION.isDefault = true
1615
FACTION.models = {"models/nostras/visitor/male_02_visitor.mdl", "models/nostras/visitor/male_04_visitor.mdl", "models/nostras/visitor/male_07_visitor.mdl", "models/nostras/visitor/male_08_visitor.mdl", "models/nostras/visitor/male_09_visitor.mdl"}
1716
FACTION_FRECRUIT = FACTION.index
18-
-- Workshop ID for pack "2973533817"
17+
-- Workshop ID for pack "2973533817"

scprp/schema/factions/fresearch.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
--- Attributes of the Foundation Researcher faction.
22
-- @factions FResearch
3-
43
--- A list of the current fields in the faction.
54
-- @realm shared
65
-- @table Configurations
@@ -16,4 +15,4 @@ FACTION.color = Color(51, 146, 43)
1615
FACTION.isDefault = false
1716
FACTION.models = {"models/uif/scientists/uif_scientist_1.mdl", "models/uif/scientists/uif_scientist_2.mdl", "models/uif/scientists/uif_scientist_3.mdl", "models/uif/scientists/uif_scientist_4.mdl", "models/uif/scientists/uif_scientist_5.mdl", "models/uif/scientists/uif_scientist_6.mdl", "models/uif/scientists/uif_scientist_7.mdl", "models/uif/scientists/uif_scientist_8.mdl", "models/uif/scientists/uif_scientist_9.mdl"}
1817
FACTION_RESEARCH = FACTION.index
19-
-- Workshop ID for pack "2985629306"
18+
-- Workshop ID for pack "2985629306"

scprp/schema/factions/fsec.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
--- Attributes of the Foundation Security faction.
22
-- @factions FSecurity
3-
43
--- A list of the current fields in the faction.
54
-- @realm shared
65
-- @table Configurations
@@ -16,4 +15,4 @@ FACTION.color = Color(37, 108, 190)
1615
FACTION.isDefault = false
1716
FACTION.models = {"models/player/xuvon/xuvon_ss_re_base.mdl"}
1817
FACTION_SGUARD = FACTION.index
19-
-- Workshop ID for pack "2731177638"
18+
-- Workshop ID for pack "2731177638"

scprp/schema/factions/scp.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
--- Attributes of the SCP faction.
22
-- @factions SCP
3-
43
--- A list of the current fields in the faction.
54
-- @realm shared
65
-- @table Configurations

scprp/schema/meta/sh_character.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
local characterMeta = lia.meta.character
2-
32
--- Retrieves the clearance level of the character.
43
-- @realm shared
54
-- @treturn int The clearance level of the character.

scprp/schema/meta/sh_player.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
local playerMeta = FindMetaTable("Player")
2-
32
--- Checks if the player has the specified clearance level or higher.
43
-- @realm shared
54
-- @int level The clearance level to check against.

scprp/schema/schema.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
This is meant to define the Schema's default information.
55
]]
66
-- @configuration Schema
7-
87
--- A list of schema fields that define the gamemode you are making.
98
-- These options are defined by the 'SCHEMA' table.
109
-- @realm shared
@@ -15,4 +14,4 @@
1514
-- @field SCPs A list of SCPs that are in the schema | **table**
1615
SCHEMA.name = "SCPRP"
1716
SCHEMA.author = "Sample Schema Author"
18-
SCHEMA.desc = "A SCPRP Schema"
17+
SCHEMA.desc = "A SCPRP Schema"

0 commit comments

Comments
 (0)