Skip to content

Commit

Permalink
Update pile_of_mail.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
tile4 committed May 9, 2024
1 parent 80e2256 commit d6abca1
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d6abca1

Please sign in to comment.