Fix the attackby of the supermatter containment core (#2024)
This commit is contained in:
committed by
kevinz000
parent
44742cb115
commit
738eaa1d54
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user