From 08c08dd84de0b28217f7e354a4f9b67a25b71bde Mon Sep 17 00:00:00 2001 From: tile4 <153015471+tile4@users.noreply.github.com> Date: Fri, 10 May 2024 10:53:56 -0400 Subject: [PATCH] Finally Fixes Letters (#2125) * Update pile_of_mail.dm * Brings back the old records for letters which now is actually correct --- .../mob/living/simple_animal/abnormality/zayin/pile_of_mail.dm | 2 +- code/modules/paperwork/records/info/zayin.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/abnormality/zayin/pile_of_mail.dm b/code/modules/mob/living/simple_animal/abnormality/zayin/pile_of_mail.dm index 113ff4f2a88d..1001988d68ad 100644 --- a/code/modules/mob/living/simple_animal/abnormality/zayin/pile_of_mail.dm +++ b/code/modules/mob/living/simple_animal/abnormality/zayin/pile_of_mail.dm @@ -56,7 +56,7 @@ return ..() /mob/living/simple_animal/hostile/abnormality/mailpile/proc/DeliveryRepress(mob/living/carbon/human/user, work_type, pe, work_time) - if(cooldown < world.time) + if(cooldown > world.time) to_chat(user, span_warning("You realized you have made a grave mistake as envelopes start flying out of the mailbox towards you.")) user.Stun(10 SECONDS) var/letterssave = list() diff --git a/code/modules/paperwork/records/info/zayin.dm b/code/modules/paperwork/records/info/zayin.dm index c5577041e52c..1a60351c64bc 100644 --- a/code/modules/paperwork/records/info/zayin.dm +++ b/code/modules/paperwork/records/info/zayin.dm @@ -80,7 +80,7 @@ abno_info = list("When an agent completed work with the abnormality with a neutral or good result, they were delivered a piece of mail.", "Reading the mail produced differing effects depending on the type of mail received.", "Upon successful repression work, the employee received a parcel.", - "Repression work resulted in the death of the working agent.") + "Multiple repression works within short succession resulted in the death of the working agent.") //Fallen Amurdad /obj/item/paper/fluff/info/zayin/fallen_amurdad