Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegoflores31 committed Jun 27, 2023
1 parent 4c82c51 commit bed54fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/Embryo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
victim.emote("scream")
if(prob(50)) //dont want them passing out too quick D:
victim.pain.apply_pain(PAIN_CHESTBURST_STRONG) //ow that really hurts larvie!
var/message = SPAN_HIGHDANGER( pick("IT'target IN YOUR INSIDES!", "IT'target GNAWING YOU!", "MAKE IT STOP!", "YOU ARE GOING TO DIE!", "IT'target TEARING YOU APART!"))
var/message = SPAN_HIGHDANGER( pick("IT'S IN YOUR INSIDES!", "IT'S GNAWING YOU!", "MAKE IT STOP!", "YOU ARE GOING TO DIE!", "IT'S TEARING YOU APART!"))
to_chat(victim, message)
addtimer(CALLBACK(src, PROC_REF(cause_unbearable_pain), victim), rand(1, 3) SECONDS, TIMER_UNIQUE)

Expand Down

0 comments on commit bed54fe

Please sign in to comment.