This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Fix Zephiro's default macro size
tags/v0.0.4
Fen Dweller
5 years ago
parent
2e1864f275
commit
868ef2f7a9
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
presets/characters.js
+ 2
- 2
presets/characters.js
View File
@@ -624,9 +624,9 @@ function makeZephiro() {
entity.defaults.push({
name: "Macro",
height: math.unit(1
0
8, "feet")
height: math.unit(1
1
8, "feet")
});
return entity;
}
Write
Preview
Loading…
Cancel
Save