mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Fix the attackby of the supermatter containment core
It was eating your tongs for no apparent reason and also not passing the tongs into the load proc instead passing in it's own sliver
This commit is contained in:
@@ -181,10 +181,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