Typo in rules

This commit is contained in:
jacksonmj 2013-05-04 17:02:39 +01:00
parent 79a75c4441
commit b2153b5af4

View File

@ -259,13 +259,13 @@ void ServerSaveActivity::ShowRules()
"- This includes vote signs in the game, drawings of vote arrows, and comments on the save telling people to vote up.\n"
"- Gimmicks for getting votes like '100 votes and I'll make a better version' are similarly frowned upon.\n"
"\bt6. Keep the number of logos and signs to a minimum.\bw They not only slow the game down, but it can also make saves unappealing for people to use. \n"
"- Please do not make fake update or similar update signs either.\n"
"- Please do not make fake update or similar fake signs either.\n"
"\bt7. Please don't swear excessively.\bw Saves containing excessive swearing or rude language will be unpublished. Don't make rude or offensive comments either.\n"
"\bt8. Don't make text only saves.\bw Saves are much better when they actually use some of the features in the game. Text only saves will be removed from the front page should they ever get there.\n"
"- Also, element suggestion saves will be removed from the front page. It's recommended you make a thread on the forum instead so you can get actual criticism from other users and devs.\n"
"- This is also related to art on the front page. Art saves that only rely on the deco layer are generally removed. Art using elements may stay longer if it's more impressive.\n"
"\bt9. Don't claim others' work as your own.\bw If you didn't make it, don't resave it for yourself. You can fav. a save instead of publishing a copy if you want to see it later.\n"
"- This doesn't mean you can't modify or improve saves; building on the works of others in encouraged. If you give credit to the original author, it is usually OK to resave unless the author specifically prohibits it.\n"
"- This doesn't mean you can't modify or improve saves; building on the works of others is encouraged. If you give credit to the original author, it is usually OK to resave unless the author specifically prohibits it.\n"
"\bt10. Do not make laggy saves.\bw If a save is so laggy that it crashes the game for some people, it's just really annoying. Saves that do make it to the front page that purposely lag the game will be demoted.\n"
"\n"
"You can report a save breaking any one of these rules, as the moderators are busy in real life too and don't always have the time to search through all saves for these kinds of things. If reporting a copied save, just give the ID of the original, but if not an ID isn't needed.";
@ -311,4 +311,4 @@ ServerSaveActivity::~ServerSaveActivity()
delete callback;
if(thumbnail)
delete thumbnail;
}
}