fixes nuke core throwing (#53972)

The typepath was wrong, due to an improper feature from a couple months ago, this means that nothing actually happen, and a nonexistent type had a fun new dust. This has been resolved here.
This commit is contained in:
Fikou
2020-09-26 21:40:40 -07:00
committed by GitHub
parent 74b7fd79c5
commit 067efbce64
+1 -1
View File
@@ -149,7 +149,7 @@
qdel(W)
qdel(src)
/obj/item/hemostat/supermatter_sliver/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum)
/obj/item/nuke_core/supermatter_sliver/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum)
if(!isliving(hit_atom))
return ..()
var/mob/living/victim = hit_atom