Fixes colourless mail and small mail bag (#7051)

This commit is contained in:
Guti
2023-09-27 08:00:07 +02:00
committed by GitHub
parent fa034b8839
commit bac07861fc
2 changed files with 13 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ SUBSYSTEM_DEF(mail)
flags = SS_NO_TICK_CHECK
var/mail_waiting = 0 // Pending mail
var/mail_per_process = 2 // Mail to be generated
var/mail_per_process = 0.75 // Mail to be generated
/datum/controller/subsystem/mail/fire()
mail_waiting += mail_per_process