diff options
| author | J08nY | 2017-04-25 02:45:44 +0200 |
|---|---|---|
| committer | J08nY | 2017-04-25 02:45:44 +0200 |
| commit | bb5ee4905d83f71deb9a5b0f31cd937c91f287dc (patch) | |
| tree | a6c6f207d05f24f4a47ced8e4354054bb5da819c /scripts/template_incubate.gd | |
| parent | 379c2794c40bc2b212d29fa0e0847f76e3f3a870 (diff) | |
| download | ld38-bb5ee4905d83f71deb9a5b0f31cd937c91f287dc.tar.gz ld38-bb5ee4905d83f71deb9a5b0f31cd937c91f287dc.tar.zst ld38-bb5ee4905d83f71deb9a5b0f31cd937c91f287dc.zip | |
Diffstat (limited to 'scripts/template_incubate.gd')
| -rw-r--r-- | scripts/template_incubate.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/template_incubate.gd b/scripts/template_incubate.gd index d85b710..92cac41 100644 --- a/scripts/template_incubate.gd +++ b/scripts/template_incubate.gd @@ -14,7 +14,7 @@ func template(world): var misc = [] for mat in world.materials: if mat in self.data["misc"]: - misc.append(self.data["misc"][mat]) + misc += self.data["misc"][mat] d["misc"] = misc print(d) return self.replace_all(base, d) |
