From 962eb1f40fbc288c2c6e260bf055a42e7719d062 Mon Sep 17 00:00:00 2001 From: horblegorble Date: Thu, 30 May 2024 17:34:34 +1000 Subject: [PATCH] misc. syntax errors --- .../common/abilities/custom/harvester/explodingpumpkin.ron | 1 + assets/common/abilities/gnarling/chieftain/firebarrage.ron | 1 - assets/common/loot_tables/dungeon/gnarling/chieftain.ron | 4 ++-- assets/common/loot_tables/dungeon/gnarling/harvester.ron | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/common/abilities/custom/harvester/explodingpumpkin.ron b/assets/common/abilities/custom/harvester/explodingpumpkin.ron index 21edcf8eb2..6bb4a6bc09 100644 --- a/assets/common/abilities/custom/harvester/explodingpumpkin.ron +++ b/assets/common/abilities/custom/harvester/explodingpumpkin.ron @@ -20,6 +20,7 @@ BasicRanged( chance: 1.0, )), )), + ), projectile_body: Object(Pumpkin), projectile_light: None, projectile_speed: 30.0, diff --git a/assets/common/abilities/gnarling/chieftain/firebarrage.ron b/assets/common/abilities/gnarling/chieftain/firebarrage.ron index 0544407ad6..6ec3edce1b 100644 --- a/assets/common/abilities/gnarling/chieftain/firebarrage.ron +++ b/assets/common/abilities/gnarling/chieftain/firebarrage.ron @@ -19,7 +19,6 @@ BasicRanged( chance: 0.1, )), )), - ), projectile_body: Object(BoltFire), projectile_speed: 25, diff --git a/assets/common/loot_tables/dungeon/gnarling/chieftain.ron b/assets/common/loot_tables/dungeon/gnarling/chieftain.ron index 8ee1db11d3..188672b2f0 100644 --- a/assets/common/loot_tables/dungeon/gnarling/chieftain.ron +++ b/assets/common/loot_tables/dungeon/gnarling/chieftain.ron @@ -13,6 +13,6 @@ (3.0, Item("common.items.armor.misc.neck.scratched")), (1.0, Item("common.items.armor.misc.head.wanderers_hat")), (1.0, Item("common.items.armor.misc.head.gnarling_mask")), - ]) - ])) + ]), + ])), ] \ No newline at end of file diff --git a/assets/common/loot_tables/dungeon/gnarling/harvester.ron b/assets/common/loot_tables/dungeon/gnarling/harvester.ron index 730ce14faa..4bc487abe4 100644 --- a/assets/common/loot_tables/dungeon/gnarling/harvester.ron +++ b/assets/common/loot_tables/dungeon/gnarling/harvester.ron @@ -8,11 +8,11 @@ Lottery([ (1.0, LootTable("common.loot_tables.armor.tier-1")), (1.0, LootTable("common.loot_tables.weapons.tier-1")), - ]) + ]), Lottery([ (3.0, Nothing), (1.0, Item("common.items.lantern.pumpkin")), (1.0, Item("common.items.glider.moth")), - ]) - ])) + ]), + ])), ] \ No newline at end of file