add goblin vs goblin fights, ooze combining and female goblin sprites

This commit is contained in:
2024-07-04 17:41:47 +02:00
parent 94e51d3009
commit 16c1857788
25 changed files with 206 additions and 5 deletions

View File

@@ -30,3 +30,11 @@ func _on_Hurtbox_area_entered(_area):
func _on_death_finished():
queue_free()
func _on_Romance_area_entered(area):
if area.is_in_group("malegoblin"):
if randi() % 100 < 20:
$Romance/fight.play()
func _on_fight_finished():
queue_free()