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