Skip to content

Commit

Permalink
lol, adding math options (forgot that)
Browse files Browse the repository at this point in the history
  • Loading branch information
SlejmUr committed Jul 15, 2024
1 parent 8a81ed0 commit 26c41a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimpleCustomRoles/HelperTxts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ internal class HelperTxts
{ "DamageType", "Unknown,\r\nFalldown,\r\nWarhead,\r\nDecontamination,\r\nAsphyxiation,\r\nPoison,\r\nBleeding,\r\nFirearm,\r\nMicroHid,\r\nTesla,\r\nScp,\r\nExplosion,\r\nScp018,\r\nScp207,\r\nRecontainment,\r\nCrushed,\r\nFemurBreaker,\r\nPocketDimension,\r\nFriendlyFireDetector,\r\nSeveredHands,\r\nCustom,\r\nScp049,\r\nScp096,\r\nScp173,\r\nScp939,\r\nScp0492,\r\nScp106,\r\nCrossvec,\r\nLogicer,\r\nRevolver,\r\nShotgun,\r\nAK,\r\nCom15,\r\nCom18,\r\nFsp9,\r\nE11Sr,\r\nHypothermia,\r\nParticleDisruptor,\r\nCardiacArrest,\r\nCom45,\r\nJailbird,\r\nFrmg0,\r\nA7,\r\nScp3114,\r\nStrangled,\r\nMarshmallow" },
{ "CustomRoleTypes", "Regular, // Only appears when start of the game.\r\nAfterDead, // Only appears after dying\r\nInWave, // Only appears inside the SpawnWave.\r\nSPC_Specific // Only appears if set by Custom SCP's.\r\nEscape, // Only appears after Players escaped." },
{ "EscapeScenarios", "None,\r\nClassD,\r\nCuffedClassD,\r\nScientist,\r\nCuffedScientist,\r\nCustomEscape" },
{ "MathOption", "None,\r\nSet,\r\nAdd,\r\nSubtract,\r\nMultiply,\r\nDivide" },
//{ "", "" },
};
public static void WriteAll()
Expand Down

0 comments on commit 26c41a1

Please sign in to comment.