Skip to content

Commit

Permalink
fixy fixy
Browse files Browse the repository at this point in the history
  • Loading branch information
Constellado committed Dec 25, 2024
1 parent e20ca54 commit 3528620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maplestation_modules/code/modules/objects/robot_magic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
maximum_mana_capacity = CARBON_BASE_MANA_CAPACITY //same as carbons!

/obj/item/borg/upgrade/magic/get_initial_mana_pool_type()
return /datum/mana_pool/mob/living/silicon
return /datum/mana_pool/borg_focus

/obj/item/borg/upgrade/magic/action(mob/living/silicon/robot/borg)
. = ..()
Expand All @@ -31,6 +31,7 @@

//put the upgrade's magic pool into the borg.
if(src.mana_pool != null)
borg.initialize_mana_pool(src.mana_pool)
borg.set_mana_pool(src.mana_pool) // no need to check if the borg has a mana pool, as this makes one.

//if the upgrade has no magic pool for some reason, make one!
Expand Down

0 comments on commit 3528620

Please sign in to comment.