Synthetic resleeving notifications go to Science instead of Medical

This commit is contained in:
MarinaGryphon
2021-07-13 13:08:00 -05:00
parent 35b4635e90
commit 0286970144
2 changed files with 11 additions and 6 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