mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
gobot:: csc command
This commit is contained in:
parent
260c30c218
commit
246034f4cb
@ -523,11 +523,14 @@ void accept_command(string s) {
|
||||
"undo - undo last move\n"
|
||||
"export - export board to string (no history, owners, captures)\n"
|
||||
"import [string] - import board from string\n"
|
||||
);
|
||||
"csc [value] - stone size, current is " + fts(vid.creature_scale) + "\n"
|
||||
);
|
||||
|
||||
if(tokens[0] == "save") save_go();
|
||||
|
||||
if(tokens[0] == "die") die_at(tokens);
|
||||
|
||||
if(tokens[0] == "csc" && t == 2) vid.creature_scale = parseld(tokens[1].c_str());
|
||||
|
||||
if(tokens[0] == "clear" && t == 1)
|
||||
clear_owner_marks();
|
||||
|
Loading…
Reference in New Issue
Block a user