[PR #27] [MERGED] FEAT [Projectiles] - Projectiles are no longer infinite #26

Closed
opened 2026-05-06 12:17:25 +02:00 by BreizhHardware · 0 comments

📋 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: devHead: dev_clement


📝 Commits (1)

  • f293369 FEAT [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.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/project_sanic/pull/27 **Author:** [@ClementHVT](https://github.com/ClementHVT) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/7/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `dev` ← **Head:** `dev_clement` --- ### 📝 Commits (1) - [`f293369`](https://github.com/BreizhHardware/project_sanic/commit/f293369f56a6cdbce369d88e600ab796b59fbc0b) FEAT [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) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description FEAT [Projectiles] - Projectiles are no longer infinite : now obtained by 3 through a 30% drop chance when killing mob - deleted some debug print --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/project_sanic#26
No description provided.