Skip to content

Commit

Permalink
Playercount change to scps (Foundation-19#1825)
Browse files Browse the repository at this point in the history
changing player count
  • Loading branch information
tichys authored Oct 11, 2024
1 parent fca004b commit bf120d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/modules/SCP/SCPs/SCP-049.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
)

SCP.min_time = 10 MINUTES
SCP.min_playercount = 15 //mostly a RP scp, cant escape as soon as they spawn in
SCP.min_playercount = 25 //mostly a RP scp, cant escape as soon as they spawn in

add_verb(src, list(
/mob/living/carbon/human/scp049/verb/Greetings,
Expand Down
2 changes: 1 addition & 1 deletion code/modules/SCP/SCPs/SCP-347.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)

SCP.min_time = 15 MINUTES
SCP.min_playercount = 20
SCP.min_playercount = 5

init_skills()

Expand Down
2 changes: 1 addition & 1 deletion code/modules/SCP/SCPs/SCP-527.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)

SCP.min_time = 15 MINUTES
SCP.min_playercount = 25
SCP.min_playercount = 5

init_skills()

Expand Down

0 comments on commit bf120d0

Please sign in to comment.