diff --git a/code/game/objects/structures/displaycase.dm b/code/game/objects/structures/displaycase.dm index 31f7b493b6b..53951943534 100644 --- a/code/game/objects/structures/displaycase.dm +++ b/code/game/objects/structures/displaycase.dm @@ -279,7 +279,8 @@ return if(!(user.mind && user.mind.assigned_role == "Librarian")) - to_chat(user, "You're not sure how to work this. Maybe you should as the librarian for help.") + to_chat(user, "You're not sure how to work this. Maybe you should ask the librarian for help.") + return if(!added_roundstart) to_chat(user, "You've already put something new in this case.")