diff options
| author | Michael <[email protected]> | 2017-02-17 08:34:33 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-17 08:34:33 -0500 |
| commit | 8448ee3479fe210cbf242b83f9e2cff1fd727bcc (patch) | |
| tree | cf8342068b4c211629126eb98a5ce723161b5a52 /ShiftOS_TheReturn/Commands.cs | |
| parent | e255c7fd47c2f6e2e12befdc8808e9db8cc8f0d2 (diff) | |
| download | shiftos_thereturn-8448ee3479fe210cbf242b83f9e2cff1fd727bcc.tar.gz shiftos_thereturn-8448ee3479fe210cbf242b83f9e2cff1fd727bcc.tar.bz2 shiftos_thereturn-8448ee3479fe210cbf242b83f9e2cff1fd727bcc.zip | |
No swears. xD
Diffstat (limited to 'ShiftOS_TheReturn/Commands.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Commands.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS_TheReturn/Commands.cs b/ShiftOS_TheReturn/Commands.cs index acbecce..401d1f3 100644 --- a/ShiftOS_TheReturn/Commands.cs +++ b/ShiftOS_TheReturn/Commands.cs @@ -232,7 +232,7 @@ namespace ShiftOS.Engine #if DEVEL internal class Rock : Exception { - internal Rock() : base("Someone threw a motherfucking rock at the window, and the Terminal fucking shattered.") + internal Rock() : base("Someone threw a rock at the window, and the Terminal shattered.") { } @@ -244,7 +244,7 @@ namespace ShiftOS.Engine [Command("rock", description = "A little surprise for unstable builds...")] public static bool ThrowAFuckingRock() { - Infobox.Show("Fuck.", new Rock().Message); + Infobox.Show("He who lives in a glass house shouldn't throw stones...", new Rock().Message); return false; } |
