Merge pull request #26813 from KorPhaeron/librarian

Curator Update
This commit is contained in:
Joan Lung
2017-05-03 11:18:15 -04:00
committed by GitHub
27 changed files with 104 additions and 61 deletions
@@ -278,6 +278,10 @@
if(!user.Adjacent(src)) //no TK museology
return
if(!(user.mind && user.mind.assigned_role == "Curator"))
to_chat(user, "<span class='danger'>You're not sure how to work this. Maybe you should ask the curator for help.</span>")
return
if(!added_roundstart)
to_chat(user, "You've already put something new in this case.")
return