Skip to content

Commit

Permalink
fix: my stupidity
Browse files Browse the repository at this point in the history
  • Loading branch information
JustMarfix committed Mar 27, 2024
1 parent ac26eb1 commit 7317194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Commands/spawn008_2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public bool Execute(ArraySegment<string> arguments, ICommandSender sender, out s
scp0082.Scale = new Vector3(1f, 1f, 1f);
scp0082.EnableEffect(EffectType.Stained);
scp0082.IsGodModeEnabled = false;
scp0082.Broadcast(10, "<b>Вы стали <color=#DC143C>SCP-008-2</color>!\n<color=#960018>Атакуйте людей</color> до конца жизни!</b>");
VeryUsualDay.Instance.ScpPlayers.Add(id, VeryUsualDay.Scps.Scp0082);
});
response = "SCP-008-2 создан!";
Expand Down

0 comments on commit 7317194

Please sign in to comment.