mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Deadchat announcement for guaranteed tram hits (#75188)
## About The Pull Request Another to add to https://github.com/tgstation/tgstation/pull/75140 The bad luck omen has an event where you're electrocuted and guaranteed to be hit by the tram. This lets them get a few seconds notice.  ## Why It's Good For The Game Watch them go flying, hit a vending machine, and the vending machine falls on them gibbing their body. ## Changelog 🆑 LT3 qol: Ghosts will now get a notification when someone is about to be hit by the tram /🆑
This commit is contained in:
@@ -84,5 +84,6 @@
|
||||
return FALSE
|
||||
|
||||
// Finally the interesting part where they ACTUALLY get hit!
|
||||
notify_ghosts("[future_tram_victim] has fallen in the path of an oncoming tram!", source = future_tram_victim, action = NOTIFY_ORBIT, header = "Electrifying!")
|
||||
future_tram_victim.electrocute_act(15, src, 1)
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user