Delete orphan magic/alchemy.ex + magic/telegrab.ex stub files #157

Open
opened 2026-07-08 13:52:47 +00:00 by sickday · 0 comments
Owner

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-op cast/4)
  • lib/black_lobster/game/magic/telegrab.ex (~10 lines, no-op complete_telegrab/2)

Nothing routes to them (the live paths are attempt_alchemy/attempt_telegrab in magic_handlers). Delete both files and drop any references. Cleanup only — no behaviour change.

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-op `cast/4`) - `lib/black_lobster/game/magic/telegrab.ex` (~10 lines, no-op `complete_telegrab/2`) Nothing routes to them (the live paths are `attempt_alchemy`/`attempt_telegrab` in magic_handlers). Delete both files and drop any references. Cleanup only — no behaviour change.
Sign in to join this conversation.
No milestone
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
BlackLobster/Server#157
No description provided.