[MIRROR] Various grammar fixes (#2842)

* Various grammar fixes

* Update mecha_parts.dm

* Update crates.dm

* Update ghost_role_spawners.dm

* Update paper_premade.dm

* Update oldstation.dm
This commit is contained in:
CitadelStationBot
2017-09-17 22:35:51 -05:00
committed by Poojawa
parent b13f090fe9
commit 4dd0dc9d66
30 changed files with 595 additions and 595 deletions

View File

@@ -43,7 +43,7 @@ GLOBAL_VAR_INIT(total_runtimes_skipped, 0)
configured_error_silence_time = config.error_silence_time
//Each occurence of an unique error adds to its cooldown time...
//Each occurence of a unique error adds to its cooldown time...
cooldown = max(0, cooldown - (world.time - last_seen)) + configured_error_cooldown
// ... which is used to silence an error if it occurs too often, too fast
if(cooldown > configured_error_cooldown * configured_error_limit)