diff --git a/code/modules/industrial_lift/tram/tram_floors.dm b/code/modules/industrial_lift/tram/tram_floors.dm index c7e3f5ec9a7..83f82e2d131 100644 --- a/code/modules/industrial_lift/tram/tram_floors.dm +++ b/code/modules/industrial_lift/tram/tram_floors.dm @@ -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