Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 800b69a

Browse files
authored
You can no longer escape the BoH bomb (#13346)
1 parent a7f0361 commit 800b69a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

code/datums/components/storage/concrete/bag_of_holding.dm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
qdel(W)
2626
playsound(loccheck,'sound/effects/supermatter.ogg', 200, 1)
2727

28+
to_chat(user, span_danger("You are pulled into the bluespace disruption!")) // No escaping
29+
user.forceMove(loccheck)
30+
user.Paralyze(10)
31+
2832
message_admins("[ADMIN_LOOKUPFLW(user)] detonated a bag of holding at [ADMIN_VERBOSEJMP(loccheck)].")
2933
log_game("[key_name(user)] detonated a bag of holding at [loc_name(loccheck)].")
3034

0 commit comments

Comments
 (0)