From 57d989f1f2b120bd1fe68ddcf0915a1c047e76e7 Mon Sep 17 00:00:00 2001 From: Redmoogle Date: Mon, 25 Mar 2024 20:07:48 -0400 Subject: [PATCH 1/2] Update chasm.dm --- code/datums/components/chasm.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/chasm.dm b/code/datums/components/chasm.dm index 771a87689a94..da73557b2501 100644 --- a/code/datums/components/chasm.dm +++ b/code/datums/components/chasm.dm @@ -206,7 +206,7 @@ if (fallen_mob.stat != DEAD) fallen_mob.investigate_log("has died from falling into a chasm.", INVESTIGATE_DEATHS) fallen_mob.death(TRUE) - fallen_mob.apply_damage(300) + fallen_mob.adjustBruteLoss(250) falling_atoms -= falling_ref From 1293e3d4cb9f122fcc2274e41639b510ec52b0d8 Mon Sep 17 00:00:00 2001 From: Redmoogle Date: Mon, 25 Mar 2024 20:10:26 -0400 Subject: [PATCH 2/2] Update chasm.dm --- code/datums/components/chasm.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/chasm.dm b/code/datums/components/chasm.dm index da73557b2501..d05d0bc8b662 100644 --- a/code/datums/components/chasm.dm +++ b/code/datums/components/chasm.dm @@ -206,7 +206,7 @@ if (fallen_mob.stat != DEAD) fallen_mob.investigate_log("has died from falling into a chasm.", INVESTIGATE_DEATHS) fallen_mob.death(TRUE) - fallen_mob.adjustBruteLoss(250) + fallen_mob.adjustBruteLoss(300) falling_atoms -= falling_ref