Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Feb 14, 2024
1 parent de745d2 commit e2c78f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/medical_pod/sleeper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
if(!length(chemical) || amount <= 0)
return
if(!(chemical in connected.available_chemicals))
log_debug("[chemical] is not available to inject in a [src]!")
log_debug("[chemical] is not available to inject in [src]!")
return
if(connected.occupant.health > connected.min_health || (chemical in connected.emergency_chems))
connected.inject_chemical(usr, chemical, amount)
Expand Down

0 comments on commit e2c78f1

Please sign in to comment.