diff --git a/code/game/objects/structures/displaycase.dm.rej b/code/game/objects/structures/displaycase.dm.rej deleted file mode 100644 index 5cdbc0ec74..0000000000 --- a/code/game/objects/structures/displaycase.dm.rej +++ /dev/null @@ -1,12 +0,0 @@ -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, "You're not sure how to work this. Maybe you should ask the librarian for help.") -+ if(!(user.mind && user.mind.assigned_role == "Curator")) -+ to_chat(user, "You're not sure how to work this. Maybe you should ask the curator for help.") - return - - if(!added_roundstart)