mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 23:29:10 +01:00
Merge pull request #11062 from MarinaGryphon/upgrade/sleeve-announce
Synthetic resleeving notifications go to Science instead of Medical
This commit is contained in:
committed by
Chompstation Bot
parent
b246cfd374
commit
a93e6cd14c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user