Skip to content

Commit

Permalink
i forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 committed Feb 2, 2025
1 parent a7d3df0 commit d02eefe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/modules/unit_tests/miracles/exchange.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@

invoker.forceMove(get_step(invoker, NORTH))
invoker.put_in_active_hand(tome)
target.set_body_position(LYING_DOWN)

blood_bottle.reagents.add_reagent(/datum/reagent/blood, /obj/effect/aether_rune/revival::required_blood_amt)
blood_bottle.reagents.add_reagent(/datum/reagent/blood, /obj/effect/aether_rune/exchange::required_blood_amt)

invoker.ClickOn(exchange_rune)
sleep(1 SECOND)

TEST_ASSERT(target.stat != DEAD, "Target was not revived by the miracle.")

TEST_ASSERT(target.getorganslot(ORGAN_SLOT_HEART) == new_heart, "Heart was not swapped.")
TEST_ASSERT(target.get_bodypart(BODY_ZONE_R_ARM) == new_arm, "Arm was not swapped.")

Expand Down

0 comments on commit d02eefe

Please sign in to comment.