Skip to content

Commit

Permalink
small memory change
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 9, 2023
1 parent b0a9fe8 commit ee19848
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/mob_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
if(length(mind.memory) < 4000)
mind.store_memory(msg)
else
message_admins("[key_name(usr)] auto-slept for attempting to exceed mob memory limit.]", loc.x, loc.y, loc.z)
message_admins("[key_name(usr)] warned for attempting to exceed mob memory limit.]", loc.x, loc.y, loc.z)
to_chat(src, "You have exceeded the maximum memory limit. Sorry!")
else
to_chat(src, "The game appears to have misplaced your mind datum, so we can't show you your notes.")

Expand Down

0 comments on commit ee19848

Please sign in to comment.