Skip to content

Commit

Permalink
Поправил оверлей. По идее оверлей с вылезающим ксеноморфом поправится.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Apr 5, 2024
1 parent a5fe84c commit cc9dc54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
new_xeno.visible_message("<span class='danger'>[new_xeno] bursts out of [owner]!</span>", "<span class='userdanger'>You exit [owner], your previous host.</span>", "<span class='italics'>You hear organic matter ripping and tearing!</span>")
owner.apply_damage(rand(100,300),BRUTE,zone,FALSE) //Random high damage to torso so health sensors don't metagame.
var/obj/item/bodypart/B = owner.get_bodypart(zone)
owner.cut_overlay(overlay)
B.drop_organs(owner) //Lets still make the death gruesome and impossible to just simply defib someone.
owner.death(FALSE) //Just in case some freak occurance occurs where you somehow survive all your organs being removed from you and the 100-300 brute damage.
else //When it is removed via surgery at a late stage, rather than forced.
Expand Down

0 comments on commit cc9dc54

Please sign in to comment.