summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Scenes/Dungeon.gd2
-rw-r--r--Scenes/PlateBounce.tscn1
2 files changed, 1 insertions, 2 deletions
diff --git a/Scenes/Dungeon.gd b/Scenes/Dungeon.gd
index 9293120..fd329e6 100644
--- a/Scenes/Dungeon.gd
+++ b/Scenes/Dungeon.gd
@@ -124,7 +124,7 @@ func process_turn_logic():
if monster.health - top <= 0:
monster.alive = false
monster.add_action("cor_dies", [])
- Global.turns += int(player.get_upper_face())
+ Global.turns += int(player.get_upper_face()) * 2
kill_entity(monster)
ui_controller.on_monster_killed(monster.translation, player.get_upper_face())
else:
diff --git a/Scenes/PlateBounce.tscn b/Scenes/PlateBounce.tscn
index c33c50b..38ee8fb 100644
--- a/Scenes/PlateBounce.tscn
+++ b/Scenes/PlateBounce.tscn
@@ -17,7 +17,6 @@ albedo_texture = ExtResource( 3 )
[node name="PlateBounce" type="Spatial"]
script = ExtResource( 1 )
-valid_symbols = [ "2", "3", "4", "5", "6", "" ]
[node name="Mesh" type="MeshInstance" parent="."]
transform = Transform( 0.825458, 0, 0, 0, 1, 0, 0, 0, 0.825458, 0, 0.02, 0 )