Made changeling absorbing leave proper wounds and be aimable.

Signed-off-by: Furlucis <Logman115@gmail.com>
This commit is contained in:
Furlucis
2013-06-24 17:35:55 -04:00
parent ecd7a09f2b
commit 674269e315
@@ -106,7 +106,10 @@
src << "<span class='notice'>We stab [T] with the proboscis.</span>"
src.visible_message("<span class='danger'>[src] stabs [T] with the proboscis!</span>")
T << "<span class='danger'>You feel a sharp stabbing pain!</span>"
T.take_overall_damage(40)
var/datum/organ/external/affecting = T.get_organ(src.zone_sel.selecting)
if(affecting.take_damage(39,0,1,"large organic needle"))
T:UpdateDamageIcon()
continue
feedback_add_details("changeling_powers","A[stage]")
if(!do_mob(src, T, 150))