Skip to content

Commit

Permalink
1.9.27-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
uzkbwza committed Sep 25, 2024
1 parent bc68e08 commit 4450348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Global.gd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends Node

signal nag_window()

var VERSION = "1.9.26-steam-unstable"
var VERSION = "1.9.27-steam-unstable"
const RESOLUTION = Vector2(640, 360)

var audio_player
Expand Down
2 changes: 1 addition & 1 deletion characters/wizard/states/ConjurePebble.gd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func _frame_1():
projectile_scene = host.randi_weighted_choice(SILLY_ITEM_CHANCES.keys(), SILLY_ITEM_CHANCES.values())
if host.should_hide_rng():
projectile_scene = preload("res://characters/wizard/projectiles/telekinesis/TelekinesisBoulderGhost.tscn")
projectile_scene = preload("res://characters/wizard/projectiles/telekinesis/TelekinesisTire.tscn")
# projectile_scene = preload("res://characters/wizard/projectiles/telekinesis/TelekinesisTire.tscn")

func _frame_4():
host.play_sound("HitBass")
Expand Down

0 comments on commit 4450348

Please sign in to comment.