Curator Update

This commit is contained in:
CitadelStationBot
2017-05-03 22:22:12 -05:00
parent be00d77431
commit 33a93a611b
27 changed files with 113 additions and 62 deletions
@@ -0,0 +1,12 @@
diff a/code/game/objects/structures/displaycase.dm b/code/game/objects/structures/displaycase.dm (rejected hunks)
@@ -278,8 +278,8 @@
if(!user.Adjacent(src)) //no TK museology
return
- if(!(user.mind && user.mind.assigned_role == "Librarian"))
- to_chat(user, "<span class='danger'>You're not sure how to work this. Maybe you should ask the librarian for help.</span>")
+ 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)