added chest serial numbers

This commit is contained in:
derek
2025-03-10 09:12:29 -05:00
parent c79e1fdfe5
commit f8eb44c3b2
73 changed files with 1189 additions and 63 deletions

View File

@@ -785,7 +785,7 @@ func hit(damage, fired_by, target_type):
level_control.target_type = target_type
recoil.add_recoil(Vector3(.5,.1,.1),10,10)
if held_item != null:
held_item.linear_velocity.y += 10
held_item.linear_velocity.y += 5
release_moveable()
hurt_audio.play()
health_indicator.color = Color(0.471, 0, 0, .25)