You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When 2nd+ argument becomes 1st, it keeps leading whitespace which is it's most likely unwanted. Leading spacing used in original 1st argument should be probably cached and applied in following scenario.
@@ -272,8 +272,8 @@
end
procedure Node2217a begin
if ((item_caps_total(dude_obj)) >= 100) then begin
- item_caps_adjust(dude_obj, -100);- item_caps_adjust(self_obj, 100);+ dude_caps_adjust( -100);+ self_caps_adjust( 100);
critter_heal(dude_obj, -((get_critter_stat(dude_obj,(35))) - (get_critter_stat(dude_obj,(7)))));
call Node022;
end else begin
tests are always included in build, but runs on demand only
cmake --build <build_dir> --target ReDefine.Test
- added mingw support, for internal use
uses c++17 due to missing std::experimental::filesystem
#6
The text was updated successfully, but these errors were encountered: