Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "axolemma", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "A tool to procedurally generate areas compatible with the Ranvier MUD engine.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -63,3 +63,3 @@ const ROT = require('rot-js') | ||
for (const [prop, value] of Object.entries(roomDef)) { | ||
if (['title', 'description'].includes(prop)) { | ||
if (['title', 'description', 'weight'].includes(prop)) { | ||
continue; | ||
@@ -66,0 +66,0 @@ } |
161244