diff options
| author | lempamo <[email protected]> | 2017-02-25 15:19:16 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-25 15:19:16 -0500 |
| commit | 4c1824635badbff94762c960513c991b060db0d7 (patch) | |
| tree | b123dc6d4a78676de2c7929641aa1c553edf5916 /ShiftOS_TheReturn | |
| parent | ce0819e257497d9307a21770bb80423bbcd53248 (diff) | |
| parent | a398d348dd1d8cd11aa0d2f69e0fa6d2265f2a0a (diff) | |
| download | shiftos_thereturn-4c1824635badbff94762c960513c991b060db0d7.tar.gz shiftos_thereturn-4c1824635badbff94762c960513c991b060db0d7.tar.bz2 shiftos_thereturn-4c1824635badbff94762c960513c991b060db0d7.zip | |
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/Commands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Commands.cs b/ShiftOS_TheReturn/Commands.cs index 488d843..3952995 100644 --- a/ShiftOS_TheReturn/Commands.cs +++ b/ShiftOS_TheReturn/Commands.cs @@ -242,7 +242,7 @@ namespace ShiftOS.Engine public static class ShiftOSDevCommands { [Command("rock", description = "A little surprise for unstable builds...")] - public static bool ThrowAFuckingRock() + public static bool ThrowASandwichingRock() { Infobox.Show("He who lives in a glass house shouldn't throw stones...", new Rock().Message); return false; |
