Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
kiVts and harryob authored Jul 27, 2024
1 parent 4b63872 commit 78dcc8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/emergency_calls/cryo_spec.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
candidates_clean.Add(single_candidate)
continue
if(single_candidate.current)
to_chat(single_candidate.current, SPAN_WARNING("You didn't qualify for the ERT beacon because you dont have the specialist job unlocked!"))
to_chat(single_candidate.current, SPAN_WARNING("You didn't qualify for the ERT beacon because you don't have the specialist job unlocked!"))
return candidates_clean

/datum/emergency_call/cryo_spec/create_member(datum/mind/mind, turf/override_spawn_loc)
Expand Down
2 changes: 1 addition & 1 deletion code/datums/emergency_calls/inspection.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
candidates_clean.Add(single_candidate)
continue
if(single_candidate.current)
to_chat(single_candidate.current, SPAN_WARNING("You didn't qualify for the ERT beacon because you dont have enough playtime (5 Hours) as military police!"))
to_chat(single_candidate.current, SPAN_WARNING("You didn't qualify for the ERT beacon because you don't have enough playtime (5 Hours) as military police!"))
return candidates_clean

/datum/emergency_call/inspection_provost/create_member(datum/mind/M, turf/override_spawn_loc)
Expand Down

0 comments on commit 78dcc8c

Please sign in to comment.