Delete orphan magic/alchemy.ex + magic/telegrab.ex stub files #157
Labels
No labels
bug
ci-cd
client
epic:security-hardening
feature
optimization
priority:high
priority:low
priority:medium
server
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
BlackLobster/Server#157
Loading…
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?
The utility/skilling magic feature is implemented in
game/entity/player/magic_handlers.ex(high/low alchemy, superheat, bones-to-X convert, telekinetic grab, enchant bolt). Two content-stub files from the original architecture port are now dead:lib/black_lobster/game/magic/alchemy.ex(~13 lines, no-opcast/4)lib/black_lobster/game/magic/telegrab.ex(~10 lines, no-opcomplete_telegrab/2)Nothing routes to them (the live paths are
attempt_alchemy/attempt_telegrabin magic_handlers). Delete both files and drop any references. Cleanup only — no behaviour change.