Skip to content

Commit

Permalink
Finally Fixes Letters (#2125)
Browse files Browse the repository at this point in the history
* Update pile_of_mail.dm

* Brings back the old records for letters which now is actually correct
  • Loading branch information
tile4 authored May 10, 2024
1 parent 62d00b8 commit 08c08dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion code/modules/paperwork/records/info/zayin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08c08dd

Please sign in to comment.