Fixes SM shard extraction (#31111)

* Fixes SM shard extraction

* Space-OSHA called. They want to have a word.
This commit is contained in:
ShizCalev
2017-09-29 19:42:40 -04:00
committed by CitadelStationBot
parent 7d31aa7538
commit c54ea1b9bf
2 changed files with 4 additions and 4 deletions
@@ -537,7 +537,7 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_shard)
to_chat(user, "<span class='notice'>You carefully begin to scrape \the [src] with \the [W]...</span>")
if(do_after(user, 60 * W.toolspeed, TRUE, src))
to_chat(user, "<span class='notice'>You extract a sliver from \the [src]. \The [src] begins to react violently!</span>")
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("<span class='danger'>As [user] touches \the [src] with \a [W], silence fills the room...</span>",\