Skip to content

Commit

Permalink
spelling>? better one probably
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcrystall committed Oct 16, 2024
1 parent df1283a commit a3a8eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/surgery_procedure.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
for(var/mob/living/potential_blocker in get_turf(target))
if(potential_blocker == user || potential_blocker == target)
continue
to_chat(user, SPAN_WARNING("You can't operate, when there's small amount of space! Remove everybody else."))
to_chat(user, SPAN_WARNING("You can't operate when you don't have enough space! Remove everybody else."))
return FALSE

if(user == target)
Expand Down

0 comments on commit a3a8eaf

Please sign in to comment.