Skip to content

Commit 804459c

Browse files
committed
2 parents ad19859 + 39168e7 commit 804459c

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

scprp/modules/scp096/meta/sh_player.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local playerMeta = FindMetaTable("Player")
1+
local playerMeta = FindMetaTable("Player")
22
function playerMeta:HuntedBySCP096()
33
return self:GetNWBool("spotted_096", false)
44
end
@@ -19,4 +19,4 @@ if SERVER then
1919
self:SetWalkSpeed(lia.config.WalkSpeed * 0.5)
2020
self:SetRunSpeed(lia.config.RunSpeed * 0.5)
2121
end
22-
end
22+
end

scprp/schema/classes/scp_049.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CLASS.name = "SCP-049"
1+
CLASS.name = "SCP-049"
22
CLASS.desc = "A humanoid figure that resembles a 15-16th century European Plague Doctor, with a black robe and a white-beaked mask stands before you."
33
CLASS.isDefault = true
44
CLASS.model = ""
@@ -15,4 +15,4 @@ function CLASS:OnSet(client)
1515
lia.chat.send(client, "mind", "You sense the presence of the peastilence within this realm.")
1616
end
1717

18-
CLASS_SCP_049 = CLASS.index
18+
CLASS_SCP_049 = CLASS.index

scprp/schema/classes/scp_096.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CLASS.name = "SCP-096"
1+
CLASS.name = "SCP-096"
22
CLASS.desc = "A emaciated, nude, pale-skinned, and anorexic humanoid."
33
CLASS.isDefault = true
44
CLASS.model = ""
@@ -17,4 +17,4 @@ function CLASS:OnSet(client)
1717
client:SCP096ApplySpawnSpeed()
1818
end
1919

20-
CLASS_SCP_096 = CLASS.index
20+
CLASS_SCP_096 = CLASS.index

scprp/schema/classes/scp_682.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CLASS.name = "SCP-682"
1+
CLASS.name = "SCP-682"
22
CLASS.desc = "A large, vaguely reptile-like creature of unknown origin. It appears to be extremely intelligent."
33
CLASS.isDefault = true
44
CLASS.model = ""
@@ -15,4 +15,4 @@ function CLASS:OnSet(client)
1515
lia.chat.send(client, "mind", "Your hatred for all life is overwhelming. You must destroy all life forms.")
1616
end
1717

18-
CLASS_SCP_682 = CLASS.index
18+
CLASS_SCP_682 = CLASS.index

scprp/schema/factions/classd.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FACTION.name = "Class-D Personnel"
1+
FACTION.name = "Class-D Personnel"
22
FACTION.desc = "Inmates held in Sector D of the facility. They are used for testing and are expendable."
33
FACTION.color = Color(255, 140, 0)
44
FACTION.isDefault = true
@@ -8,4 +8,4 @@ function FACTION:OnCharCreated(_, character)
88
character:setName("D-" .. math.random(1111, 9999) .. " " .. name)
99
end
1010

11-
FACTION_CLASSD = FACTION.index
11+
FACTION_CLASSD = FACTION.index

scprp/schema/factions/frecruit.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FACTION.name = "Foundation Recruits"
1+
FACTION.name = "Foundation Recruits"
22
FACTION.desc = "New recruits to the SCP Foundation. They are awaiting training and are not yet assigned to a specific department."
33
FACTION.color = Color(65, 65, 65)
44
FACTION.isDefault = true
55
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"}
6-
FACTION_FRECRUIT = FACTION.index
6+
FACTION_FRECRUIT = FACTION.index

scprp/schema/factions/fresearch.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FACTION.name = "Foundation Researcher Department"
1+
FACTION.name = "Foundation Researcher Department"
22
FACTION.desc = "Membsers of the SCP Foundation Research Department. They are tasked with researching and understanding the anomalous objects contained within the facility."
33
FACTION.color = Color(51, 146, 43)
44
FACTION.isDefault = false
55
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"}
6-
FACTION_RESEARCH = FACTION.index
6+
FACTION_RESEARCH = FACTION.index

scprp/schema/factions/fsec.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FACTION.name = "Foundation Security Guard"
1+
FACTION.name = "Foundation Security Guard"
22
FACTION.desc = "Security guards of the SCP Foundation. They are tasked with maintaining order and security within the facility."
33
FACTION.color = Color(37, 108, 190)
44
FACTION.isDefault = false
55
FACTION.models = {"models/player/xuvon/xuvon_ss_re_base.mdl"}
6-
FACTION_SGUARD = FACTION.index
6+
FACTION_SGUARD = FACTION.index

scprp/schema/factions/scp.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FACTION.name = "SCP's"
1+
FACTION.name = "SCP's"
22
FACTION.desc = "Select your SCP."
33
FACTION.color = Color(68, 68, 68)
44
FACTION.isDefault = true
@@ -10,4 +10,4 @@ function FACTION:GetDefaultDesc(_, _)
1010
return "A Character that is used to play as an SCP."
1111
end
1212

13-
FACTION_SCP = FACTION.index
13+
FACTION_SCP = FACTION.index

scprp/schema/meta/sh_character.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ end
55

66
function characterMeta:HasClearance(level)
77
return self:GetClearance() >= level
8-
end
8+
end

scprp/schema/meta/sh_player.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ function playerMeta:HasClearance(level)
33
local character = self:getChar()
44
if character then return character:GetClearance() >= level end
55
return false
6-
end
6+
end

0 commit comments

Comments
 (0)