diff --git a/code/game/objects/items/theft_tools.dm b/code/game/objects/items/theft_tools.dm
index ba7141d77e..d4432e0257 100644
--- a/code/game/objects/items/theft_tools.dm
+++ b/code/game/objects/items/theft_tools.dm
@@ -104,11 +104,11 @@
/obj/item/paper/guides/antag/supermatter_sliver
info = "How to safely extract a supermatter sliver:
\
\
- - Approach an active supermatter crystal with proper protective gear. DO NOT MAKE PHYSICAL CONTACT.
\
+ - Approach an active supermatter crystal with radiation shielded personal protective equipment. DO NOT MAKE PHYSICAL CONTACT.
\
- Use a supermatter scalpel (provided) to slice off a sliver of the crystal.
\
- - Use supermatter extraction tongs (also provided) to safely remove the sliver.
\
+ - Use supermatter extraction tongs (also provided) to safely pick up the sliver you sliced off.
\
- Physical contact of any object with the sliver will dust the object, as well as yourself.
\
- - Use the tongs to place the sliver into the provided container, which will take some time to seal
\
+ - Use the tongs to place the sliver into the provided container, which will take some time to seal.
\
- Get the hell out before the crystal delaminates.
\
- ???
\
"
diff --git a/code/modules/power/supermatter/supermatter.dm b/code/modules/power/supermatter/supermatter.dm
index 07cb98ea6d..eb6b3f0c52 100644
--- a/code/modules/power/supermatter/supermatter.dm
+++ b/code/modules/power/supermatter/supermatter.dm
@@ -537,7 +537,7 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_shard)
to_chat(user, "You carefully begin to scrape \the [src] with \the [W]...")
if(do_after(user, 60 * W.toolspeed, TRUE, src))
to_chat(user, "You extract a sliver from \the [src]. \The [src] begins to react violently!")
- new /obj/item/nuke_core/supermatter_sliver(user.loc)
+ new /obj/item/nuke_core/supermatter_sliver(drop_location())
matter_power += 200
else if(user.dropItemToGround(W))
user.visible_message("As [user] touches \the [src] with \a [W], silence fills the room...",\