From 73186a96a67c0cd90d9b28b56463d893bc1cc65f Mon Sep 17 00:00:00 2001 From: ynot01 Date: Sun, 27 Feb 2022 01:10:35 -0500 Subject: [PATCH] You can no longer escape the BoH bomb --- code/datums/components/storage/concrete/bag_of_holding.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/datums/components/storage/concrete/bag_of_holding.dm b/code/datums/components/storage/concrete/bag_of_holding.dm index 9b31106b8975..7c8716973dee 100644 --- a/code/datums/components/storage/concrete/bag_of_holding.dm +++ b/code/datums/components/storage/concrete/bag_of_holding.dm @@ -25,6 +25,10 @@ qdel(W) playsound(loccheck,'sound/effects/supermatter.ogg', 200, 1) + to_chat(user, span_danger("You are pulled into the bluespace disruption!")) // No escaping + user.forceMove(loccheck) + user.Paralyze(10) + message_admins("[ADMIN_LOOKUPFLW(user)] detonated a bag of holding at [ADMIN_VERBOSEJMP(loccheck)].") log_game("[key_name(user)] detonated a bag of holding at [loc_name(loccheck)].")