This repository was archived by the owner on May 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4343 for (var /thing in verbs_list)
4444 var /procpath/verb_to_add = thing
4545 output_list[++ output_list. len] = list (verb_to_add. category, verb_to_add. name)
46- output_list = url_encode(json_encode(output_list))
4746
4847 target. stat_panel. send_message(" add_verb_list" , output_list)
4948
9190 for (var /thing in verbs_list)
9291 var /procpath/verb_to_remove = thing
9392 output_list[++ output_list. len] = list (verb_to_remove. category, verb_to_remove. name)
94- output_list = url_encode(json_encode(output_list))
9593
9694 target. stat_panel. send_message(" remove_verb_list" , output_list)
Original file line number Diff line number Diff line change 1111
1212// If you update these values, update the message in the #error
1313#define MAX_BYOND_MAJOR 516
14- #define MAX_BYOND_MINOR 1658
14+ #define MAX_BYOND_MINOR 1659
1515#if ((DM_VERSION > MAX_BYOND_MAJOR) || (DM_BUILD > MAX_BYOND_MINOR)) && !defined(SPACEMAN_DMM)
1616#error Your version of BYOND is too new to compile this project.
17- #error Download version 515.1647 at www.byond.com/download/build/515/515.1642_byond .exe
17+ #error Download version 515.1659 at www.byond.com/download/build/515/515.1659_byond .exe
1818#endif
1919
2020// 515 split call for external libraries into call_ext
You can’t perform that action at this time.
0 commit comments