Merge pull request #15876 from SandPoot/fix-deadchat_broadcast

Fixes deadchat_broadcast
This commit is contained in:
Lin
2022-10-25 04:36:00 +00:00
committed by GitHub
15 changed files with 54 additions and 42 deletions
+1 -1
View File
@@ -596,7 +596,7 @@
else
return //if target is null and we don't have a specific target, cancel
if (effectAnnounce)
deadchat_broadcast("A special package is being launched at the station!", turf_target = target)
deadchat_broadcast("A special package is being launched at the station!", turf_target = target, message_type=DEADCHAT_ANNOUNCEMENT)
var/list/bouttaDie = list()
for (var/mob/living/target_mob in target)
bouttaDie.Add(target_mob)