Skip to content

Commit 07e50f9

Browse files
Things
1 parent 76fd1bf commit 07e50f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Enemies/MagicDrone.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ radius = 8.0
99
"enemy",
1010
]]
1111
collision_layer = 8
12-
collision_mask = 143
12+
collision_mask = 135
1313
script = ExtResource( 1 )
1414

1515
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]

Spells/EvilSight.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func _physics_process(delta):
3131
var v := Vector2(x, y)
3232
if v.length() < 2:
3333
WorldMap.set_cellv(v+pos,-1)
34-
Player.health.temperature += 1/240.0
34+
Player.health.temperature += 1/120.0
3535
elif get_collider().has_method("health_object"):
3636
get_collider().health_object().temp_change(5.0)
3737
Player.health.temperature += 1/60.0

0 commit comments

Comments
 (0)