Merge pull request #11062 from MarinaGryphon/upgrade/sleeve-announce

Synthetic resleeving notifications go to Science instead of Medical
This commit is contained in:
Aronai Sieyes
2021-07-14 18:39:32 +00:00
committed by Chompstation Bot
parent b246cfd374
commit a93e6cd14c
2 changed files with 12 additions and 7 deletions
@@ -73,7 +73,7 @@
else if((world.time - record.last_notification) < 5 MINUTES)
to_chat(src, "<span class='warning'>Too little time has passed since your last notification.</span>")
else
db.notify(record.mindname)
db.notify(record)
record.last_notification = world.time
to_chat(src, "<span class='notice'>New notification has been sent.</span>")
else