From cd4de3fee76a75a54c1eaa80fc8abbed3a52e2f7 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:28:36 +0200 Subject: [PATCH] [MIRROR] [GBP NO UPDATE] Fixes a incorrect wound series [MDB IGNORE] (#23470) * [GBP NO UPDATE] Fixes a incorrect wound series * Update pierce.dm --------- Co-authored-by: nikothedude <59709059+nikothedude@users.noreply.github.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com> --- code/datums/wounds/pierce.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/datums/wounds/pierce.dm b/code/datums/wounds/pierce.dm index 72dac45a877..72b9b3f2846 100644 --- a/code/datums/wounds/pierce.dm +++ b/code/datums/wounds/pierce.dm @@ -13,11 +13,10 @@ base_treat_time = 3 SECONDS wound_flags = (ACCEPTS_GAUZE) - wound_series = WOUND_SERIES_FLESH_SLASH_BLEED + wound_series = WOUND_SERIES_FLESH_PUNCTURE_BLEED scar_file = FLESH_SCAR_FILE - /// How much blood we start losing when this wound is first applied var/initial_flow /// If gauzed, what percent of the internal bleeding actually clots of the total absorption rate