mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-26 10:12:17 +00:00
homing projectiles + wizard spell (#21752)
This commit is contained in:
@@ -578,7 +578,6 @@ emp_act
|
||||
if(((throwingdatum ? throwingdatum.speed : I.throw_speed) >= EMBED_THROWSPEED_THRESHOLD) || I.embedded_ignore_throwspeed_threshold)
|
||||
if(can_embed(I))
|
||||
if(prob(I.embed_chance) && !HAS_TRAIT(src, TRAIT_PIERCEIMMUNE))
|
||||
throw_alert("embeddedobject", /obj/screen/alert/embeddedobject)
|
||||
var/obj/item/organ/external/L = pick(bodyparts)
|
||||
L.add_embedded_object(I)
|
||||
I.add_mob_blood(src)//it embedded itself in you, of course it's bloody!
|
||||
|
||||
Reference in New Issue
Block a user