Hitting an SM with extraction tongs won't dust them anymore (#87430)

## About The Pull Request

Hitting an SM with extraction tongs won't dust them anymore (the tips
are made out of hypernob too)

## Why It's Good For The Game

consistency

(real reason is me hitting the sm crystal with tongs while sleep
deprived and ruining my planned gimmick, but come on. theyre hypernob
tongs. )

## Changelog

🆑
fix: Hitting an SM with extraction tongs won't dust them anymore
/🆑

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
carlarctg
2024-10-25 15:40:45 +00:00
committed by GitHub
co-authored by Ghom Fikou
parent da2ad3fb33
commit 193d9c8e90
@@ -84,6 +84,10 @@
to_chat(user, span_warning("You fail to extract a sliver from \The [src]! \the [scalpel] isn't sharp enough anymore."))
return
if(istype(item, /obj/item/hemostat/supermatter))
to_chat(user, span_warning("You poke [src] with [item]'s hyper-noblium tips. Nothing happens."))
return
if(istype(item, /obj/item/destabilizing_crystal))
var/obj/item/destabilizing_crystal/destabilizing_crystal = item