mirror of
https://github.com/BreizhHardware/project_sanic.git
synced 2026-05-09 08:15:51 +02:00
[PR #27] [MERGED] FEAT [Projectiles] - Projectiles are no longer infinite #26
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BreizhHardware/project_sanic#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/project_sanic/pull/27
Author: @ClementHVT
Created: 4/7/2025
Status: ✅ Merged
Merged: 4/7/2025
Merged by: @BreizhHardware
Base:
dev← Head:dev_clement📝 Commits (1)
f293369FEAT [Projectiles] - Projectiles are no longer infinite : now obtained by 3 through a 30% drop chance when killing mob - deleted some debug print📊 Changes
5 files changed (+96 additions, -10 deletions)
View changed files
📝
src/Entity/Coin.py(+0 -6)📝
src/Entity/Enemy.py(+12 -3)📝
src/Entity/Player.py(+82 -0)📝
src/Entity/Projectile.py(+1 -1)📝
src/handler.py(+1 -0)📄 Description
FEAT [Projectiles] - Projectiles are no longer infinite : now obtained by 3 through a 30% drop chance when killing mob - deleted some debug print
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.