mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user