From ac7f2fa5bd1f384aa28da85ac14d9e18d6a7813b Mon Sep 17 00:00:00 2001 From: wowmom98 Date: Sat, 25 Feb 2017 15:11:24 -0500 Subject: I can assure you guaranteed that there is an acorn somewhere, in this place, and the sailors are looking for it changed a few comments and made a bit of code family friendly --- ShiftOS_TheReturn/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS_TheReturn/Commands.cs') 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; -- cgit v1.2.3