Fix the attackby of the supermatter containment core (#2024)

This commit is contained in:
CitadelStationBot
2017-07-15 13:42:39 -05:00
committed by kevinz000
parent 44742cb115
commit 738eaa1d54
+2 -4
View File
@@ -182,10 +182,8 @@
/obj/item/nuke_core_container/supermatter/attackby(obj/item/weapon/hemostat/supermatter/tongs, mob/user)
if(istype(tongs))
if(!user.temporarilyRemoveItemFromInventory(tongs))
to_chat(user, "<span class='warning'>\The [tongs] is stuck to your hand!</span>")
else
load(sliver, user)
//try to load shard into core
load(tongs, user)
else
return ..()