This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
stroll
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Wiki
Activity
Browse Source
Fixed Spacing when entering new biome.
look(true) now adds a newline after text.
tags/v1.1.0
jsb5468
5 years ago
parent
a14ff80c1c
commit
bd6ff0364f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
game.js
+ 1
- 1
game.js
View File
@@ -1823,7 +1823,7 @@ function look(onlyBiome=false)
if (onlyBiome == true){
update([line2]);
update([line2
,newline
]);
} else {
desc = desc.concat([newline,line2,newline]);
update(desc);
Write
Preview
Loading…
Cancel
Save